Skip to content

Commit

Permalink
Merge pull request #103 from abulrim/remove-waves-effect-transition
Browse files Browse the repository at this point in the history
Remove transition from waves-effect class
  • Loading branch information
Alfiana Sibuea committed Apr 10, 2015
2 parents 0c90ced + c9979a5 commit eb5187f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions dist/waves.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion dist/waves.min.css

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

1 change: 0 additions & 1 deletion src/less/waves.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
.waves-transition(all .3s ease-out);

.waves-ripple {
position: absolute;
Expand Down
1 change: 0 additions & 1 deletion src/sass/waves.sass
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
-ms-user-select: none
user-select: none
-webkit-tap-highlight-color: transparent
+waves-transition(all 0.3s ease-out)
.waves-ripple
position: absolute
border-radius: 50%
Expand Down
1 change: 0 additions & 1 deletion src/scss/waves.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
@include waves-transition(all .3s ease-out);

.waves-ripple {
position: absolute;
Expand Down
1 change: 0 additions & 1 deletion src/stylus/waves.styl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ waves-box-shadow(shadow)
-ms-user-select none
user-select none
-webkit-tap-highlight-color transparent
waves-transition(all 0.3s ease-out)
.waves-ripple
position absolute
border-radius 50%
Expand Down

0 comments on commit eb5187f

Please sign in to comment.