infinite iteration sugar

This commit is contained in:
Contra 2014-03-17 14:37:40 -06:00
parent d962a26393
commit 59e04a16fc

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;
}