[css-animations-2][css-transitions-2] Add animation object to animation/transition events.
Categories
(Core :: CSS Transitions and Animations, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: canalun)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete)
Attachments
(3 files)
A resolution was made for csswg-drafts/#9010.
[css-animations-2][css-transitions-2] Add animation object to animation/transition events.
- RESOLVED: Add an animation property to the animation*/transition* events that contains the relevant Animation object (CSSAnimation and CSSTransition respectively)
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
In the subsequent patch, animation property will be added in AnimationEvent and TransitionEvent.
This patch adds tests for that.
Updated•3 months ago
|
| Assignee | ||
Comment 2•2 months ago
|
||
This patch adds animation property to AnimationEvent and TransitionEvent.
This prop has the corresponding CSSAnimation and CSSTransition respectively.
Comment 5•2 months ago
|
||
Backed out for causing failures complaining about Animation bfcache.
Backout link: https://hg.mozilla.org/integration/autoland/rev/8fcee53df007
Failure log: https://treeherder.mozilla.org/logviewer?job_id=562753994&repo=autoland&task=cr0Dv2K7TkmjYCIlxfMHdw.0&lineNumber=2276
Comment 8•2 months ago
|
||
Re-landed given:
- bug 2027803 is also backed out for the same failure
- bug 2027803 is landed before this bug's patches, and backed out after them
- The failure itself is pre-existing intermittent failure
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59512 for changes under testing/web-platform/tests
Comment 10•2 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f8c4fdcf52fd
https://hg.mozilla.org/mozilla-central/rev/f9b58ec81b5b
Upstream PR merged by moz-wptsync-bot
| Assignee | ||
Comment 12•2 months ago
|
||
As a follow-up on D295112, this patch removes the inclusion of CSS(Animation|Transition)
headers from ContentEvents.h by forward-declaring those classes and moving the implementations
that require complete types into a new ContentEvents.cpp. This also required the followings:
- moving AnimationEventDispatcher::Dispatch() out of the header, because it also needs the
full definitions of CSS(Animation|Transition). - adding CSS(Animation|Transition) headers to Event.cpp, which needs the full definitions and
had obtained them by including ContentEvents.h before this patch.
Comment 13•2 months ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
Comment 14•2 months ago
|
||
Comment 15•2 months ago
|
||
| bugherder | ||
Updated•1 month ago
|
Comment 16•1 month ago
|
||
FF152 MDN Docs work for this can be tracked in https://github.com/mdn/content/issues/44164
Updated•1 month ago
|
Description
•