Skip to content

Commit

Permalink
update easing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyk committed Sep 26, 2023
1 parent 22db19f commit b6f7af2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sass/config/animation/_easing.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$grow-in: cubic-bezier(0.175, 0.885, 0.32, 1.275);
$springy: cubic-bezier(0.175, 0.885, 0.32, 1.275);
8 changes: 6 additions & 2 deletions src/sass/patterns/_animation.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Animation Patterns
// ------------------
/// ## Animation Patterns
/// ---------------------

/// ### Grow In
/// -----------
/// Scale something from 0 to 1
/// @group animation
@keyframes grow-in {
0% {
Expand Down

0 comments on commit b6f7af2

Please sign in to comment.