Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 159 Bytes

stagger-transition-delay.md

File metadata and controls

10 lines (9 loc) · 159 Bytes

Sass trigger transition delay

@for $i from 1 through 10 {
  &:nth-child(#{$i}) {
    transition-delay: 75ms * $i;
  }
}