v6.11.0 - JSON Animation Manifest Generator Added #41
yesiamrocks
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
JSON Animation Manifest Generator Added
This release introduces a new utility to generate a structured animation manifest from your compiled
cssanimation.cssfile.What's New
tools/generateAnimationsJson.jsdist/cssanimation.jsonFeatures
.ca__fx-blurIn)@keyframesblocks, includingfrom,to, and%-based framesanimation-metadata.jsonExample Output
{ "class": "ca__fx-blurIn", "animation": { "name": "blurIn", "duration": "0.8s", "timingFunction": "ease-out", "fillMode": "both" }, "keyframes": { "from": { "filter": "blur(20px)", "opacity": "0" }, "to": { "filter": "blur(0px)", "opacity": "1" } }, "tags": [], "category": "uncategorized" } <hr /><em>This discussion was created from the release <a href='https://github.com/yesiamrocks/cssanimation/releases/tag/v6.11.0'>v6.11.0 - JSON Animation Manifest Generator Added</a>.</em>Beta Was this translation helpful? Give feedback.
All reactions