Closed
Bug 1130457
Opened 11 years ago
Closed 11 years ago
Final CSS animation overriding others instead of waiting for previous to finish.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jakeisavirus, Unassigned)
Details
(Keywords: css-moz)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36
Steps to reproduce:
Comma separated two animations.
animation:
shrink-fadein-spin 2.5s 0s 1 ease-in,
spin 2.5s 0s infinite linear;
The second animation overrides the first instead of waiting for first to finish. I have to delay the second to get it to work properly.
animation:
shrink-fadein-spin 2.5s 0s 1 ease-in,
spin 2.5s 2.5s infinite linear;
Actual results:
Only second animation played.
Expected results:
The second animation should have waited for the first to finish.
Comment 1•11 years ago
|
||
Please either attach a testcase (add an attachment) or provide an example url
Flags: needinfo?(jakeisavirus)
Priority: P5 → --
Comment 2•11 years ago
|
||
no response
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jakeisavirus)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•