diff --git a/src/_scss/components/_animation.scss b/src/_scss/components/_animation.scss index e7007e3..5d78916 100644 --- a/src/_scss/components/_animation.scss +++ b/src/_scss/components/_animation.scss @@ -69,7 +69,6 @@ 60% { transform: translateX(-0.2rem); } 75% { transform: translateX(0.1rem); } 90% { transform: translateX(0); } - 90% { transform: translateX(0); } } .fadeIn { animation: fadeIn 250ms; } @@ -93,4 +92,4 @@ .rotate { animation: rotate 500ms; } .pulse { animation: pulse 250ms 2; } -.shake { animation: shake 500ms; } \ No newline at end of file +.shake { animation: shake 500ms; }