mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2025-02-03 11:09:18 +01:00
cleanup rotate animation on profile image
This commit is contained in:
parent
868e5b7c02
commit
c951d082fd
@ -18,6 +18,7 @@ const rotateProfile = () => {
|
||||
// Re-add animation class
|
||||
profileContainer.classList.add('rotateProfileAnim');
|
||||
|
||||
// Start rotation animation
|
||||
profileContainer.style.webkitAnimationPlayState = "running";
|
||||
profileAnimRunning = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user