SASS Sequential Animation Delay Mixin

1
2
@mixin delay($initDelay, $addDelay, $n) {
@for $i from 1 to $n {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Handy snippet to delay animation differently for each child

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.