@zjpcy/simple-design 1.5.6 → 1.5.7

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.
@@ -3730,12 +3730,15 @@
3730
3730
  }
3731
3731
 
3732
3732
  @keyframes normalAnimateOut {
3733
- from {
3733
+ 0% {
3734
3734
  transform: translate(0, 0) scale(1);
3735
3735
  opacity: 1;
3736
3736
  }
3737
- to {
3738
- transform: translate(var(--zjpcy-modal-origin-x, 0), var(--zjpcy-modal-origin-y, 0)) scale(0.5);
3737
+ 70% {
3738
+ opacity: 0.7;
3739
+ }
3740
+ 100% {
3741
+ transform: translate(var(--zjpcy-modal-origin-x, 0), var(--zjpcy-modal-origin-y, 0)) scale(0.1);
3739
3742
  opacity: 0;
3740
3743
  }
3741
3744
  }
package/dist/es/index.css CHANGED
@@ -3730,12 +3730,15 @@
3730
3730
  }
3731
3731
 
3732
3732
  @keyframes normalAnimateOut {
3733
- from {
3733
+ 0% {
3734
3734
  transform: translate(0, 0) scale(1);
3735
3735
  opacity: 1;
3736
3736
  }
3737
- to {
3738
- transform: translate(var(--zjpcy-modal-origin-x, 0), var(--zjpcy-modal-origin-y, 0)) scale(0.5);
3737
+ 70% {
3738
+ opacity: 0.7;
3739
+ }
3740
+ 100% {
3741
+ transform: translate(var(--zjpcy-modal-origin-x, 0), var(--zjpcy-modal-origin-y, 0)) scale(0.1);
3739
3742
  opacity: 0;
3740
3743
  }
3741
3744
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zjpcy/simple-design",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "IDP Studio Design System - React Component Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",