Skip to content

Commit 7473309

Browse files
committed
fix ripple-effect tokens
1 parent 2f398ef commit 7473309

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/components/ripple-effect/ripple-effect.ionic.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@use "./ripple-effect.common" as common;
1+
@use "./ripple-effect.common";
2+
@use "../../themes/ionic/ionic.globals.scss" as globals;
23

34
// Ionic Ripple Effect
45
// --------------------------------------------------
@@ -13,7 +14,7 @@
1314

1415
@keyframes rippleAnimation {
1516
from {
16-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17+
animation-timing-function: globals.$ion-transition-curve-expressive;
1718

1819
transform: scale(1);
1920
}

0 commit comments

Comments
 (0)