Pause the animations on the hover

This commit is contained in:
The Arrayser 2023-01-06 18:04:06 +01:00 committed by GitHub
parent a0c7cc2780
commit f7353f3d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,14 +62,26 @@
animation: left2Right 20s infinite linear;
}
.leftRight:hover {
animatation-play-state:paused;
}
.rightLeft {
animation: right2Left 20s infinite linear;
}
.rightLeft:hover {
animatation-play-state:paused;
}
.upDown {
animation: updown 3s infinite ease;
}
.upDown:hover {
animatation-play-state:paused;
}
.video {
/*animation: rickRoll 1s infinite ease;*/
animation: amogus 10s infinite linear;