Adjusts timing on homepage bounce
This commit is contained in:
parent
247fe05322
commit
42d8594003
1 changed files with 3 additions and 3 deletions
|
|
@ -845,15 +845,15 @@ body#default
|
|||
will-change: transform, opacity;
|
||||
|
||||
&:nth-of-type(1) {
|
||||
animation-delay: 100ms;
|
||||
animation-delay: 1000ms;
|
||||
}
|
||||
|
||||
&:nth-of-type(2) {
|
||||
animation-delay: 200ms;
|
||||
animation-delay: 1100ms;
|
||||
}
|
||||
|
||||
&:nth-of-type(3) {
|
||||
animation-delay: 300ms;
|
||||
animation-delay: 1175ms;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue