diff --git a/source/_base.css b/source/_base.css index f2d0116..53087f6 100644 --- a/source/_base.css +++ b/source/_base.css @@ -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; }