Skip to content

Instantly share code, notes, and snippets.

@daybrush
Last active June 18, 2019 18:43
Show Gist options
  • Save daybrush/576bcd3db92616a479abb6375ad4f806 to your computer and use it in GitHub Desktop.
Save daybrush/576bcd3db92616a479abb6375ad4f806 to your computer and use it in GitHub Desktop.
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