Merge pull request #181 from Contra/master

Add infinite animation class
This commit is contained in:
Daniel Eden 2014-03-19 09:35:43 -07:00
commit 701008f7c7
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}