WIP add animation delay. Test.

This commit is contained in:
bmauger 2022-05-23 09:49:59 -04:00
parent 6595a70c5c
commit 3104199b2f

View file

@ -37,6 +37,7 @@
justify-content: center; justify-content: center;
position: absolute; position: absolute;
transform:translateX(-100%); transform:translateX(-100%);
animation-delay: 2s;
&.one { &.one {
animation: slide-in 6s ease-in-out 1s forwards 1; animation: slide-in 6s ease-in-out 1s forwards 1;