Skip to content

Instantly share code, notes, and snippets.

@leandrojo
Last active March 29, 2016 14:35
Show Gist options
  • Select an option

  • Save leandrojo/32619a8c6074c690b3b1 to your computer and use it in GitHub Desktop.

Select an option

Save leandrojo/32619a8c6074c690b3b1 to your computer and use it in GitHub Desktop.
@keyframes fadeIn {
0% {
opacity 0
}
80% {
opacity 1
}
100% {
opacity 1
}
}
ion-view, ion-modal-view
&[nav-view='active']
img
opacity 1
animation 1s fadeIn both
&[nav-view='entering']
img
opacity 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment