@zjpcy/simple-design 1.5.6 → 1.5.8
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/dist/cjs/index.css +6 -3
- package/dist/es/index.css +6 -3
- package/package.json +1 -1
package/dist/cjs/index.css
CHANGED
|
@@ -3730,12 +3730,15 @@
|
|
|
3730
3730
|
}
|
|
3731
3731
|
|
|
3732
3732
|
@keyframes normalAnimateOut {
|
|
3733
|
-
|
|
3733
|
+
0% {
|
|
3734
3734
|
transform: translate(0, 0) scale(1);
|
|
3735
3735
|
opacity: 1;
|
|
3736
3736
|
}
|
|
3737
|
-
|
|
3738
|
-
|
|
3737
|
+
90% {
|
|
3738
|
+
opacity: 0;
|
|
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
|
-
|
|
3733
|
+
0% {
|
|
3734
3734
|
transform: translate(0, 0) scale(1);
|
|
3735
3735
|
opacity: 1;
|
|
3736
3736
|
}
|
|
3737
|
-
|
|
3738
|
-
|
|
3737
|
+
90% {
|
|
3738
|
+
opacity: 0;
|
|
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
|
}
|