Skip to content

Commit 05c3b1a

Browse files
authored
Update InfiniteAnimation.js
1 parent 46e85a6 commit 05c3b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/InfiniteAnimation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export default styled(Animated.View)`
99
animation: 3s spin linear infinite;
1010
1111
@keyframes spin {
12-
start {
12+
0% {
1313
transform: rotate(0deg);
1414
}
15-
end {
15+
100% {
1616
transform: rotate(360deg);
1717
}
1818
}

0 commit comments

Comments
 (0)