You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.0 KiB
48 lines
1.0 KiB
/* Icon Container */ |
|
@-webkit-keyframes mblVibrate{ |
|
0%{ |
|
-webkit-transform: rotate(-2deg); |
|
bottom: -1px; |
|
left: -1px; |
|
} |
|
25% { |
|
-webkit-transform: rotate(1deg); |
|
bottom: 2px; |
|
left: 1px; |
|
} |
|
50% { |
|
-webkit-transform: rotate(-1deg); |
|
bottom: -2px; |
|
left: -1px; |
|
} |
|
75% { |
|
-webkit-transform: rotate(2deg); |
|
bottom: 2px; |
|
left: 1px; |
|
} |
|
100% { |
|
-webkit-transform: rotate(-2deg); |
|
bottom: -1px; |
|
left: -1px; |
|
} |
|
} |
|
@-webkit-keyframes mblShrink{ |
|
from { -webkit-transform: scale(1); } |
|
to { -webkit-transform: scale(0.01); } |
|
} |
|
@-webkit-keyframes mblShrink0{ |
|
from { -webkit-transform: scale(1); } |
|
to { -webkit-transform: translate(-40%,-70%) scale(0.01); } |
|
} |
|
@-webkit-keyframes mblShrink1{ |
|
from { -webkit-transform: scale(1); } |
|
to { -webkit-transform: translate(-14%,-70%) scale(0.01); } |
|
} |
|
@-webkit-keyframes mblShrink2{ |
|
from { -webkit-transform: scale(1); } |
|
to { -webkit-transform: translate(14%,-70%) scale(0.01); } |
|
} |
|
@-webkit-keyframes mblShrink3{ |
|
from { -webkit-transform: scale(1); } |
|
to { -webkit-transform: translate(40%,-70%) scale(0.01); } |
|
}
|
|
|