Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Remove duplicate transform in shake animation #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/_scss/components/_animation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand All @@ -93,4 +92,4 @@

.rotate { animation: rotate 500ms; }
.pulse { animation: pulse 250ms 2; }
.shake { animation: shake 500ms; }
.shake { animation: shake 500ms; }