Skip to content

Conversation

@ewilligers
Copy link
Collaborator

When animating between 5 values using calcMode="discrete", each value
should be used for 1/5 of the animation duration.

This can be achieved by passing 10 keyframes with explicit offsets to Web Animations.

We were previously using 5 keyframes without offsets, and using
easing: 'steps(4, end)'

This did not achieve accurate timing.

When animating between 5 values using calcMode="discrete", each value
should be used for 1/5 of the animation duration.

This can be achieved by passing 10 keyframes with explicit offsets to Web Animations.

We were previously using 5 keyframes without offsets, and using
easing: 'steps(4, end)'

This did not achieve accurate timing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants