B: Fix pulsing animation for subpixel behaviors
This commit is contained in:
parent
3b3cb06a40
commit
de59f7e336
|
|
@ -28,9 +28,11 @@
|
|||
|
||||
@utility cc-hover-pulse {
|
||||
&:hover:not(:disabled) {
|
||||
transform: translateZ(0) scale(1);
|
||||
transform-origin: center;
|
||||
animation: pulse-scale var(--duration-cycle) infinite;
|
||||
animation-delay: var(--duration-select);
|
||||
will-change: transform;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user