mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-11-15 17:21:38 +03:00
B: Fix pulse animation for subpixel centering
This commit is contained in:
parent
950341eaeb
commit
45371a4dab
|
|
@ -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