Closed
Bug 1178186
Opened 9 years ago
Closed 9 years ago
Add CSSAnimation and CSSTransition interfaces
Categories
(Core :: DOM: Animation, defect)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: birtles, Assigned: birtles)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed)
Attachments
(2 files)
This will let us distinguish between CSS animations and transitions. Draft spec text:
* https://rawgit.com/shans/csswg-drafts/animations-2/css-animations-2/Overview.html#the-CSSAnimation-interface
* https://rawgit.com/shans/csswg-drafts/animations-2/css-transitions-2/Overview.html#the-CSSTransition-interface
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1178186 part 1 - Add CSSAnimation and CSSTransition interfaces
Attachment #8627478 -
Flags: review?(bugs)
Assignee | ||
Comment 3•9 years ago
|
||
Bug 1178186 part 2 - Add tests for CSSAnimation and CSSTransition interfaces
Attachment #8627479 -
Flags: review?(jwatt)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bbirtles
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•9 years ago
|
||
https://reviewboard.mozilla.org/r/12249/#review10723
::: dom/webidl/CSSAnimation.webidl:7
(Diff revision 1)
> + * http://dev.w3.org/csswg/css-animations-2/#the-CSSAnimation-interface
Note that this URL doesn't exist yet, but should do once we merge this branch in:
https://rawgit.com/shans/csswg-drafts/animations-2/css-animations-2/Overview.html#the-CSSAnimation-interface
Similarly for the CSSTransition.webidl file.
Comment 5•9 years ago
|
||
Comment on attachment 8627478 [details]
MozReview Request: Bug 1178186 part 1 - Add CSSAnimation and CSSTransition interfaces
Rather odd to add just the interfaces, but not any properties.
But I assume this won't be ever in a release build this way.
Attachment #8627478 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 6•9 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #5)
> Comment on attachment 8627478 [details]
> MozReview Request: Bug 1178186 part 1 - Add CSSAnimation and CSSTransition
> interfaces
>
> Rather odd to add just the interfaces, but not any properties.
> But I assume this won't be ever in a release build this way.
Yes. I'll add some properties in a follow up bug soon.
Comment 7•9 years ago
|
||
Comment on attachment 8627479 [details]
MozReview Request: Bug 1178186 part 2 - Add tests for CSSAnimation and CSSTransition interfaces
https://reviewboard.mozilla.org/r/12251/#review11167
Ship It!
Attachment #8627479 -
Flags: review?(jwatt) → review+
Comment 10•9 years ago
|
||
sorry had to back this out in https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=b7dd09838e2c since i think one of this changes caused https://treeherder.mozilla.org/logviewer.html#?job_id=11428266&repo=mozilla-inbound
Comment 11•9 years ago
|
||
This wasn't at fault. Will re-land.
Comment 12•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d78aadae7055
https://hg.mozilla.org/mozilla-central/rev/2cd25af5d089
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•9 years ago
|
Keywords: dev-doc-needed
Updated•2 years ago
|
Blocks: css-animations-2
You need to log in
before you can comment on or make changes to this bug.
Description
•