mp4/webm
This commit is contained in:
parent
81f50b743b
commit
b2fdabeb59
3 changed files with 37 additions and 4 deletions
|
|
@ -8,5 +8,5 @@ document.querySelectorAll('.animated-title').forEach(element => {
|
|||
var randomDuration = Math.random() * animationDuration;
|
||||
element.querySelectorAll('.text').forEach(text => {
|
||||
text.style.animationDelay = -randomDuration + 's';
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue