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)

34 Branch
x86
macOS
defect
Not set
normal

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.
Keywords: css-moz
Priority: -- → P5
Please either attach a testcase (add an attachment) or provide an example url
Flags: needinfo?(jakeisavirus)
Priority: P5 → --
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.