Skip to content

Instantly share code, notes, and snippets.

@edkf
Last active January 9, 2018 22:57
Show Gist options
  • Save edkf/9419c34525d345be816ac6130b12092b to your computer and use it in GitHub Desktop.
Save edkf/9419c34525d345be816ac6130b12092b to your computer and use it in GitHub Desktop.
# Layer with default states and styles
coinRow = new Layer
parent: list.content
width: Screen.width
height: 100
# ...
# States of a layer
coinRow.states =
hidden:
opacity: 0
bigger:
height: 200
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment