Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created July 16, 2020 09:59
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 stevencurtis/34efd67d051f1692bf5165aead8ed479 to your computer and use it in GitHub Desktop.
Save stevencurtis/34efd67d051f1692bf5165aead8ed479 to your computer and use it in GitHub Desktop.
fadein
UIView.animate(withDuration: 0.5, delay: 0, options: [.curveEaseOut], animations: {
self.tree0.alpha = 1.0
self.city.alpha = 1.0
self.city2.alpha = 1.0
self.manImage.alpha = 1.0
}, completion: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment