@acorex/styles 7.8.1 → 7.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -191,10 +191,10 @@
|
|
191
191
|
position: absolute;
|
192
192
|
border-radius: 50%;
|
193
193
|
transform: scale(0);
|
194
|
-
animation: ripple
|
194
|
+
animation: ripple 500ms linear;
|
195
195
|
@keyframes ripple {
|
196
196
|
to {
|
197
|
-
transform:
|
197
|
+
transform: scale(4);
|
198
198
|
opacity: 0;
|
199
199
|
}
|
200
200
|
}
|