Skip to content

Instantly share code, notes, and snippets.

@Nikolasgrizli
Created January 17, 2018 21:19
Show Gist options
  • Save Nikolasgrizli/21a23d2253e5d5957afa6f577b9de5d6 to your computer and use it in GitHub Desktop.
Save Nikolasgrizli/21a23d2253e5d5957afa6f577b9de5d6 to your computer and use it in GitHub Desktop.
@for $i from 1 through $n {
&:nth-child(#{$i}) {
animation: loadIn 2s #{$i*0.11}s $easeOutSine forwards;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment