Skip to content

Instantly share code, notes, and snippets.

@jmarmolejos
Last active October 22, 2015 01:31
Show Gist options
  • Save jmarmolejos/b5975f7ad0f35468a604 to your computer and use it in GitHub Desktop.
Save jmarmolejos/b5975f7ad0f35468a604 to your computer and use it in GitHub Desktop.
var initialValues = {
y:40,
opacity:0
}
var mainTitleActor = new ui.Actor({
element: "#main-title",
values: initialValues
});
var subTitleActor = new ui.Actor({
element: "#sub-title",
values: initialValues
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment