Skip to content

Commit

Permalink
fix(preloaded): set initial position to 0 for iOS preloader (#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gg3r committed Apr 8, 2022
1 parent 249f54c commit 76e8ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/components/preloader/preloader-ios.less
Expand Up @@ -29,6 +29,9 @@
});
}
@keyframes ios-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
Expand Down

0 comments on commit 76e8ef0

Please sign in to comment.