1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update eases names to match gsap / Add default vars for z-indexes, timings and eases

This commit is contained in:
Lucas Vallenet
2023-09-05 09:31:56 +02:00
parent 7b415af8c2
commit 6564fb330a
5 changed files with 43 additions and 34 deletions

View File

@@ -25,10 +25,10 @@ $font-weight-normal: 400;
$font-weight-medium: 500;
$font-weight-bold: 700;
// Transitions
// Transition defaults
// =============================================================================
$speed: t(normal);
$easing: ease(power2-out);
$easing: ease("power2.out");
// Spacing Units
// =============================================================================