New Effect: Wobble Skew

This commit is contained in:
Ian Lunn 2014-01-14 19:07:13 +00:00
parent a5462cdd25
commit 2f861de0a1
3 changed files with 4 additions and 4 deletions

2
css/hover-min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -991,8 +991,8 @@
}
.wobble-skew:hover {
-webkit-animation-name: wobble-top;
animation-name: wobble-top;
-webkit-animation-name: wobble-skew;
animation-name: wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;

View File

@ -31,7 +31,7 @@
@include hacks();
&:hover {
animation-name: wobble-top;
animation-name: wobble-skew;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;