Skip to content

Instantly share code, notes, and snippets.

@daybrush
Last active June 2, 2019 07:46
Show Gist options
  • Save daybrush/ccdfb206282ee46332938bd960b24dbf to your computer and use it in GitHub Desktop.
Save daybrush/ccdfb206282ee46332938bd960b24dbf to your computer and use it in GitHub Desktop.
keyframes with scene.js
new Scene({
".animte": {
0: {
left: "0%",
},
2: {
left: "50%",
},
4: {
left: "30%",
},
},
}, {
selector: true,
iterationCount: 3,
easing: "ease-in-out",
}).playCSS();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment