Skip to content

Commit 59e04a1

Browse files
author
Contra
committed
infinite iteration sugar
1 parent d962a26 commit 59e04a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1717
animation-fill-mode: both;
1818
}
1919

20+
.animated.infinite {
21+
animation-iteration-count: infinite;
22+
}
23+
2024
.animated.hinge {
2125
animation-duration: 2s;
2226
}

0 commit comments

Comments
 (0)