Last active
June 2, 2019 07:51
-
-
Save daybrush/fe0138f3eb6eaa3d1ac8968fdd977262 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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