Skip to content

Instantly share code, notes, and snippets.

@alsedi
Last active September 1, 2016 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alsedi/ddafbf8672f15e97b33903e412e67828 to your computer and use it in GitHub Desktop.
Save alsedi/ddafbf8672f15e97b33903e412e67828 to your computer and use it in GitHub Desktop.
for i in 0..<shapes.count {
shapes[i].animate(duration: 5.0, delay: Double(i+1)/6.0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment