Skip to content

Support running animations #4

Open
@rsify

Description

@rsify

Some cutting edge animation libraries (like elm-animator) render the animated UI using generated CSS keyframes, instead of setting properties manually on every frame with requestAnimationFrame.

Currently all animations render out the initial state, which for the described case is completely breaking, and for other smaller cases perhaps unintuitive at the least.

To achieve the desired behavior we need to collapse each animation into frames which could be possible with the new Web Animations API, but I haven't looked into it in much detail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions