Last active
June 18, 2019 18:43
-
-
Save daybrush/576bcd3db92616a479abb6375ad4f806 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.set({ | |
"[data-typing='i']": Scene.typing({ text: "I ", duration: 1}), | |
"[data-typing='frontend']": { | |
1: Scene.typing({ text: "'m Front-End", duration: 1}), | |
}, | |
"[data-typing='engineer']": { | |
1.5: Scene.typing({ text: "Engineer", duration: 1}), | |
}, | |
"[data-typing='with']": { | |
3.3: Scene.typing({ text: "with", duration: 0.5}), | |
}, | |
// ... | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment