WIP add animation delay. Test.
This commit is contained in:
parent
6595a70c5c
commit
3104199b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
justify-content: center;
|
||||
position: absolute;
|
||||
transform:translateX(-100%);
|
||||
animation-delay: 2s;
|
||||
|
||||
&.one {
|
||||
animation: slide-in 6s ease-in-out 1s forwards 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue