Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support basic shapes for clip-path animations and min/max expressions #27891

Merged
merged 8 commits into from
Apr 21, 2020

Conversation

dvoytenko
Copy link
Contributor

@dvoytenko dvoytenko commented Apr 20, 2020

The following keyframe expressions are now supported:

  • clip-path: inset([box] [round border])
  • clip-path: circle([radius] [at position])
  • clip-path: ellipse([radius1 radius2] [at position])
  • clip-path: polygon(...)
  • min(), max(), clamp() (polyfilled)

@dvoytenko dvoytenko marked this pull request as ready for review April 20, 2020 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants