Merge pull request #510 from Safelite/brm-modal-animation-updates
WIP add animation delay. Test.
This commit is contained in:
commit
a476f8f2c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue