add delay to the magnify transition so I can actually see the animation

This commit is contained in:
Evan Simkowitz 2024-08-30 17:45:37 -07:00
parent 1975b9b1db
commit be1ce1f71e
No known key found for this signature in database

View File

@ -17,6 +17,7 @@
#arrow1, #arrow1,
#arrow2 { #arrow2 {
transition: transform 300ms ease-in; transition: transform 300ms ease-in;
transition-delay: 100ms;
} }
} }
&.enabled { &.enabled {