Closed
Description
In the view transitions spec we want to write prose about the element being animated by a specific animation.
It feels like the right prose would be something like:
- Let effect be animation's associated effect.
- If effect is a keyframe effect, and effect's effect target's target element is…
If that's correct, I propose:
- Export keyframe effect.
- Create a proper association between "effect target" and "keyframe effect". A lot of prose right now talks about an effect's effect target, but there's no defined association between the two. This association will be exported.
- Export effect target, and its target element and target pseudo-selector.