@featherds/ripple
Version:
A wee ripple.
14 lines • 338 B
CSS
.ripple[data-v-bcadad4b] {
transform: scale(0.25);
position: absolute;
border-radius: 50%;
will-change: opacity transform;
transition: opacity 100ms ease-out 380ms, transform 380ms ease-out;
}
.active[data-v-bcadad4b] {
opacity: 0 ;
transform: scale(2);
}
.active.center[data-v-bcadad4b] {
transform: scale(1);
}