Merge pull request #151 from nicksahler/patch-1

Fixed bounceIn opacity bug in Chrome
This commit is contained in:
Daniel Eden 2014-02-09 17:22:47 +00:00
commit f5ed338a58

View File

@ -14,10 +14,11 @@
} }
100% { 100% {
opacity: 1;
transform: scale(1); transform: scale(1);
} }
} }
.bounceIn { .bounceIn {
animation-name: bounceIn; animation-name: bounceIn;
} }