diff --git a/index.html b/index.html index 8c8750b..8132c2c 100644 --- a/index.html +++ b/index.html @@ -61,15 +61,27 @@ .leftRight { 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;