WebKit Bugzilla
Attachment 349153 Details for
Bug 189411
: [Web Animations] Positive delays of accelerated animations are not respected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Test
accelerated-animation-with-delay.html (text/html), 461 bytes, created by
Antoine Quint
on 2018-09-07 09:47:45 PDT
(
hide
)
Description:
Test
Filename:
MIME Type:
Creator:
Antoine Quint
Created:
2018-09-07 09:47:45 PDT
Size:
461 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><head> > <title>Accelerated animation with a delay</title> > <style> > > div { > position: absolute; > width: 100px; > height: 100px; > background-color: black; > } > > </style> ></head> ><body> ><script> > >document.body.appendChild(document.createElement("div")).animate({ > transform: ["translateX(100px)", "none"] >}, { duration: 1000, delay: 1000 }); > ></script> ></body> ></html> > > >
<!DOCTYPE html> <html> <head> <title>Accelerated animation with a delay</title> <style> div { position: absolute; width: 100px; height: 100px; background-color: black; } </style> </head> <body> <script> document.body.appendChild(document.createElement("div")).animate({ transform: ["translateX(100px)", "none"] }, { duration: 1000, delay: 1000 }); </script> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 189411
: 349153 |
349306
|
349880