Skip to content

Instantly share code, notes, and snippets.

@daybrush
Last active June 2, 2019 07:51
Show Gist options
  • Save daybrush/fe0138f3eb6eaa3d1ac8968fdd977262 to your computer and use it in GitHub Desktop.
Save daybrush/fe0138f3eb6eaa3d1ac8968fdd977262 to your computer and use it in GitHub Desktop.
/* Scene.js */
new Scene({
".selector": {
0: {
transform: {
tranlsate: "0px",
},
},
1: {
transform: {
tranlsate: "100px",
},
},
},
}, {
duration: 3,
easing: "ease",
}).playCSS();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment