Skip to content

Commit

Permalink
Updated component to version 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jan 8, 2016
1 parent 681e9bd commit 2bd8dc3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.1.7"
"version": "2.1.8"
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-shape',
summary : 'Semantic UI - Shape: Single component release',
version : '2.1.7',
version : '2.1.8',
git : 'git://github.com/Semantic-Org/UI-Shape.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-shape",
"version": "2.1.7",
"version": "2.1.8",
"title": "Semantic UI - Shape",
"description": "Single component release of shape",
"homepage": "http://www.semantic-ui.com",
Expand Down
16 changes: 6 additions & 10 deletions shape.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
display: inline-block;
-webkit-perspective: 2000px;
perspective: 2000px;
-webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
-webkit-transition: -webkit-transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
}
.ui.shape .sides {
-webkit-transform-style: preserve-3d;
Expand Down Expand Up @@ -53,7 +51,7 @@
min-width: 15em;
height: 15em;
padding: 2em;
background-color: #E6E6E6;
background-color: #e6e6e6;
color: rgba(0, 0, 0, 0.87);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
Expand Down Expand Up @@ -127,14 +125,12 @@
position: absolute;
}
.ui.shape.animating .sides {
-webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
-webkit-transition: -webkit-transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
}
.ui.shape.animating .side {
-webkit-transition: opacity 0.6s ease-in-out;
transition: opacity 0.6s ease-in-out;
transition: opacity 0.6s ease-in-out;
}

/*--------------
Expand Down
2 changes: 1 addition & 1 deletion shape.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shape.min.js

Large diffs are not rendered by default.

0 comments on commit 2bd8dc3

Please sign in to comment.