@acorex/styles 7.8.0 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "7.8.0",
3
+ "version": "7.8.2",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -191,10 +191,10 @@
191
191
  position: absolute;
192
192
  border-radius: 50%;
193
193
  transform: scale(0);
194
- animation: ripple 225ms linear;
194
+ animation: ripple 500ms linear;
195
195
  @keyframes ripple {
196
196
  to {
197
- transform: scale3d(1, 1, 1);
197
+ transform: scale(4);
198
198
  opacity: 0;
199
199
  }
200
200
  }