Skip to content

[web-animations-1] Export dfns to expose the effect target of an animation #8001

Closed
@jakearchibald

Description

@jakearchibald

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:

  1. Let effect be animation's associated effect.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions