Skip to content

Instantly share code, notes, and snippets.

@twentyfortysix
Created May 24, 2021 20:05
Show Gist options
  • Save twentyfortysix/0d2c57fa430615528ca23ba343cd44c7 to your computer and use it in GitHub Desktop.
Save twentyfortysix/0d2c57fa430615528ca23ba343cd44c7 to your computer and use it in GitHub Desktop.
.delayer(@i) when (@i > 0) {
@t: ~":nth-child(@{i})";
li@{t} {
a{
transition: transform .6s ease-out @menu_speed+(@i * @menu_speed), opacity .6s ease-out @menu_speed + (@i * @menu_speed);
}
}
.delayer(@i - 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment