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:
@@ -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
|
||||
// =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user