@douyinfe/semi-animation-styled 2.0.0 → 2.0.3

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.
Files changed (83) hide show
  1. package/LICENSE +62 -0
  2. package/README.md +1 -1
  3. package/lib/es/src/_base.css +6 -0
  4. package/lib/es/src/attention_seekers/bounce.css +6 -0
  5. package/lib/es/src/attention_seekers/flash.css +6 -0
  6. package/lib/es/src/attention_seekers/headShake.css +6 -0
  7. package/lib/es/src/attention_seekers/heartBeat.css +6 -0
  8. package/lib/es/src/attention_seekers/jello.css +6 -0
  9. package/lib/es/src/attention_seekers/pulse.css +6 -0
  10. package/lib/es/src/attention_seekers/rubberBand.css +6 -0
  11. package/lib/es/src/attention_seekers/shake.css +6 -0
  12. package/lib/es/src/attention_seekers/swing.css +6 -0
  13. package/lib/es/src/attention_seekers/tada.css +6 -0
  14. package/lib/es/src/attention_seekers/wobble.css +6 -0
  15. package/lib/es/src/bouncing_entrances/bounceIn.css +6 -0
  16. package/lib/es/src/bouncing_entrances/bounceInDown.css +6 -0
  17. package/lib/es/src/bouncing_entrances/bounceInLeft.css +6 -0
  18. package/lib/es/src/bouncing_entrances/bounceInRight.css +6 -0
  19. package/lib/es/src/bouncing_entrances/bounceInUp.css +6 -0
  20. package/lib/es/src/bouncing_exits/bounceOut.css +6 -0
  21. package/lib/es/src/bouncing_exits/bounceOutDown.css +6 -0
  22. package/lib/es/src/bouncing_exits/bounceOutLeft.css +6 -0
  23. package/lib/es/src/bouncing_exits/bounceOutRight.css +6 -0
  24. package/lib/es/src/bouncing_exits/bounceOutUp.css +6 -0
  25. package/lib/es/src/fading_entrances/fadeIn.css +6 -0
  26. package/lib/es/src/fading_entrances/fadeInDown.css +6 -0
  27. package/lib/es/src/fading_entrances/fadeInDownBig.css +6 -0
  28. package/lib/es/src/fading_entrances/fadeInLeft.css +6 -0
  29. package/lib/es/src/fading_entrances/fadeInLeftBig.css +6 -0
  30. package/lib/es/src/fading_entrances/fadeInRight.css +6 -0
  31. package/lib/es/src/fading_entrances/fadeInRightBig.css +6 -0
  32. package/lib/es/src/fading_entrances/fadeInUp.css +6 -0
  33. package/lib/es/src/fading_entrances/fadeInUpBig.css +6 -0
  34. package/lib/es/src/fading_exits/fadeOut.css +6 -0
  35. package/lib/es/src/fading_exits/fadeOutDown.css +6 -0
  36. package/lib/es/src/fading_exits/fadeOutDownBig.css +6 -0
  37. package/lib/es/src/fading_exits/fadeOutLeft.css +6 -0
  38. package/lib/es/src/fading_exits/fadeOutLeftBig.css +6 -0
  39. package/lib/es/src/fading_exits/fadeOutRight.css +6 -0
  40. package/lib/es/src/fading_exits/fadeOutRightBig.css +6 -0
  41. package/lib/es/src/fading_exits/fadeOutUp.css +6 -0
  42. package/lib/es/src/fading_exits/fadeOutUpBig.css +6 -0
  43. package/lib/es/src/flippers/flip.css +6 -0
  44. package/lib/es/src/flippers/flipInX.css +6 -0
  45. package/lib/es/src/flippers/flipInY.css +6 -0
  46. package/lib/es/src/flippers/flipOutX.css +6 -0
  47. package/lib/es/src/flippers/flipOutY.css +6 -0
  48. package/lib/es/src/index.css +6 -0
  49. package/lib/es/src/lightspeed/lightSpeedIn.css +6 -0
  50. package/lib/es/src/lightspeed/lightSpeedOut.css +6 -0
  51. package/lib/es/src/rotating_entrances/rotateIn.css +6 -0
  52. package/lib/es/src/rotating_entrances/rotateInDownLeft.css +6 -0
  53. package/lib/es/src/rotating_entrances/rotateInDownRight.css +6 -0
  54. package/lib/es/src/rotating_entrances/rotateInUpLeft.css +6 -0
  55. package/lib/es/src/rotating_entrances/rotateInUpRight.css +6 -0
  56. package/lib/es/src/rotating_exits/rotateOut.css +6 -0
  57. package/lib/es/src/rotating_exits/rotateOutDownLeft.css +6 -0
  58. package/lib/es/src/rotating_exits/rotateOutDownRight.css +6 -0
  59. package/lib/es/src/rotating_exits/rotateOutUpLeft.css +6 -0
  60. package/lib/es/src/rotating_exits/rotateOutUpRight.css +6 -0
  61. package/lib/es/src/sliding_entrances/slideInDown.css +6 -0
  62. package/lib/es/src/sliding_entrances/slideInLeft.css +6 -0
  63. package/lib/es/src/sliding_entrances/slideInRight.css +6 -0
  64. package/lib/es/src/sliding_entrances/slideInUp.css +6 -0
  65. package/lib/es/src/sliding_exits/slideOutDown.css +6 -0
  66. package/lib/es/src/sliding_exits/slideOutLeft.css +6 -0
  67. package/lib/es/src/sliding_exits/slideOutRight.css +6 -0
  68. package/lib/es/src/sliding_exits/slideOutUp.css +6 -0
  69. package/lib/es/src/specials/hinge.css +6 -0
  70. package/lib/es/src/specials/jackInTheBox.css +6 -0
  71. package/lib/es/src/specials/rollIn.css +6 -0
  72. package/lib/es/src/specials/rollOut.css +6 -0
  73. package/lib/es/src/zooming_entrances/zoomIn.css +6 -0
  74. package/lib/es/src/zooming_entrances/zoomInDown.css +6 -0
  75. package/lib/es/src/zooming_entrances/zoomInLeft.css +6 -0
  76. package/lib/es/src/zooming_entrances/zoomInRight.css +6 -0
  77. package/lib/es/src/zooming_entrances/zoomInUp.css +6 -0
  78. package/lib/es/src/zooming_exits/zoomOut.css +6 -0
  79. package/lib/es/src/zooming_exits/zoomOutDown.css +6 -0
  80. package/lib/es/src/zooming_exits/zoomOutLeft.css +6 -0
  81. package/lib/es/src/zooming_exits/zoomOutRight.css +6 -0
  82. package/lib/es/src/zooming_exits/zoomOutUp.css +6 -0
  83. package/package.json +2 -2
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-flipInX {
2
7
  from {
3
8
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
@@ -28,3 +33,4 @@
28
33
  backface-visibility: visible !important;
29
34
  animation-name: semi-flipInX;
30
35
  }
36
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-flipInY {
2
7
  from {
3
8
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
@@ -28,3 +33,4 @@
28
33
  backface-visibility: visible !important;
29
34
  animation-name: semi-flipInY;
30
35
  }
36
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-flipOutX {
2
7
  from {
3
8
  transform: perspective(400px);
@@ -19,3 +24,4 @@
19
24
  animation-name: semi-flipOutX;
20
25
  backface-visibility: visible !important;
21
26
  }
27
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-flipOutY {
2
7
  from {
3
8
  transform: perspective(400px);
@@ -19,3 +24,4 @@
19
24
  backface-visibility: visible !important;
20
25
  animation-name: semi-flipOutY;
21
26
  }
27
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @import './_base.css';
2
7
 
3
8
  @import './attention_seekers/bounce.css';
@@ -91,3 +96,4 @@
91
96
  @import './zooming_exits/zoomOutLeft.css';
92
97
  @import './zooming_exits/zoomOutRight.css';
93
98
  @import './zooming_exits/zoomOutUp.css';
99
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-lightSpeedIn {
2
7
  from {
3
8
  transform: translate3d(100%, 0, 0) skewX(-30deg);
@@ -22,3 +27,4 @@
22
27
  animation-name: semi-lightSpeedIn;
23
28
  animation-timing-function: ease-out;
24
29
  }
30
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-lightSpeedOut {
2
7
  from {
3
8
  opacity: 1;
@@ -13,3 +18,4 @@
13
18
  animation-name: semi-lightSpeedOut;
14
19
  animation-timing-function: ease-in;
15
20
  }
21
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateIn {
2
7
  from {
3
8
  transform-origin: center;
@@ -15,3 +20,4 @@
15
20
  .semi-rotateIn {
16
21
  animation-name: semi-rotateIn;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateInDownLeft {
2
7
  from {
3
8
  transform-origin: left bottom;
@@ -15,3 +20,4 @@
15
20
  .semi-rotateInDownLeft {
16
21
  animation-name: semi-rotateInDownLeft;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateInDownRight {
2
7
  from {
3
8
  transform-origin: right bottom;
@@ -15,3 +20,4 @@
15
20
  .semi-rotateInDownRight {
16
21
  animation-name: semi-rotateInDownRight;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateInUpLeft {
2
7
  from {
3
8
  transform-origin: left bottom;
@@ -15,3 +20,4 @@
15
20
  .semi-rotateInUpLeft {
16
21
  animation-name: semi-rotateInUpLeft;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateInUpRight {
2
7
  from {
3
8
  transform-origin: right bottom;
@@ -15,3 +20,4 @@
15
20
  .semi-rotateInUpRight {
16
21
  animation-name: semi-rotateInUpRight;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateOut {
2
7
  from {
3
8
  transform-origin: center;
@@ -14,3 +19,4 @@
14
19
  .semi-rotateOut {
15
20
  animation-name: semi-rotateOut;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateOutDownLeft {
2
7
  from {
3
8
  transform-origin: left bottom;
@@ -14,3 +19,4 @@
14
19
  .semi-rotateOutDownLeft {
15
20
  animation-name: semi-rotateOutDownLeft;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateOutDownRight {
2
7
  from {
3
8
  transform-origin: right bottom;
@@ -14,3 +19,4 @@
14
19
  .semi-rotateOutDownRight {
15
20
  animation-name: semi-rotateOutDownRight;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateOutUpLeft {
2
7
  from {
3
8
  transform-origin: left bottom;
@@ -14,3 +19,4 @@
14
19
  .semi-rotateOutUpLeft {
15
20
  animation-name: semi-rotateOutUpLeft;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-rotateOutUpRight {
2
7
  from {
3
8
  transform-origin: right bottom;
@@ -14,3 +19,4 @@
14
19
  .semi-rotateOutUpRight {
15
20
  animation-name: semi-rotateOutUpRight;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideInDown {
2
7
  from {
3
8
  transform: translate3d(0, -100%, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideInDown {
13
18
  animation-name: semi-slideInDown;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideInLeft {
2
7
  from {
3
8
  transform: translate3d(-100%, 0, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideInLeft {
13
18
  animation-name: semi-slideInLeft;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideInRight {
2
7
  from {
3
8
  transform: translate3d(100%, 0, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideInRight {
13
18
  animation-name: semi-slideInRight;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideInUp {
2
7
  from {
3
8
  transform: translate3d(0, 100%, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideInUp {
13
18
  animation-name: semi-slideInUp;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideOutDown {
2
7
  from {
3
8
  transform: translate3d(0, 0, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideOutDown {
13
18
  animation-name: semi-slideOutDown;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideOutLeft {
2
7
  from {
3
8
  transform: translate3d(0, 0, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideOutLeft {
13
18
  animation-name: semi-slideOutLeft;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideOutRight {
2
7
  from {
3
8
  transform: translate3d(0, 0, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideOutRight {
13
18
  animation-name: semi-slideOutRight;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-slideOutUp {
2
7
  from {
3
8
  transform: translate3d(0, 0, 0);
@@ -12,3 +17,4 @@
12
17
  .semi-slideOutUp {
13
18
  animation-name: semi-slideOutUp;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-hinge {
2
7
  0% {
3
8
  transform-origin: top left;
@@ -29,3 +34,4 @@
29
34
  animation-duration: 2s;
30
35
  animation-name: semi-hinge;
31
36
  }
37
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-jackInTheBox {
2
7
  from {
3
8
  opacity: 0;
@@ -22,3 +27,4 @@
22
27
  .semi-jackInTheBox {
23
28
  animation-name: semi-jackInTheBox;
24
29
  }
30
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2
7
 
3
8
  @keyframes semi-rollIn {
@@ -15,3 +20,4 @@
15
20
  .semi-rollIn {
16
21
  animation-name: semi-rollIn;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2
7
 
3
8
  @keyframes semi-rollOut {
@@ -14,3 +19,4 @@
14
19
  .semi-rollOut {
15
20
  animation-name: semi-rollOut;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomIn {
2
7
  from {
3
8
  opacity: 0;
@@ -12,3 +17,4 @@
12
17
  .semi-zoomIn {
13
18
  animation-name: semi-zoomIn;
14
19
  }
20
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomInDown {
2
7
  from {
3
8
  opacity: 0;
@@ -15,3 +20,4 @@
15
20
  .semi-zoomInDown {
16
21
  animation-name: semi-zoomInDown;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomInLeft {
2
7
  from {
3
8
  opacity: 0;
@@ -15,3 +20,4 @@
15
20
  .semi-zoomInLeft {
16
21
  animation-name: semi-zoomInLeft;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomInRight {
2
7
  from {
3
8
  opacity: 0;
@@ -15,3 +20,4 @@
15
20
  .semi-zoomInRight {
16
21
  animation-name: semi-zoomInRight;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomInUp {
2
7
  from {
3
8
  opacity: 0;
@@ -15,3 +20,4 @@
15
20
  .semi-zoomInUp {
16
21
  animation-name: semi-zoomInUp;
17
22
  }
23
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomOut {
2
7
  from {
3
8
  opacity: 1;
@@ -16,3 +21,4 @@
16
21
  .semi-zoomOut {
17
22
  animation-name: semi-zoomOut;
18
23
  }
24
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomOutDown {
2
7
  40% {
3
8
  opacity: 1;
@@ -16,3 +21,4 @@
16
21
  .semi-zoomOutDown {
17
22
  animation-name: semi-zoomOutDown;
18
23
  }
24
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomOutLeft {
2
7
  40% {
3
8
  opacity: 1;
@@ -14,3 +19,4 @@
14
19
  .semi-zoomOutLeft {
15
20
  animation-name: semi-zoomOutLeft;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomOutRight {
2
7
  40% {
3
8
  opacity: 1;
@@ -14,3 +19,4 @@
14
19
  .semi-zoomOutRight {
15
20
  animation-name: semi-zoomOutRight;
16
21
  }
22
+
@@ -1,3 +1,8 @@
1
+ /*
2
+ * Modified based on animate.css and added prefix name to prevent style conflicts
3
+ * Reference: https://github.com/animate-css/animate.css
4
+ */
5
+
1
6
  @keyframes semi-zoomOutUp {
2
7
  40% {
3
8
  opacity: 1;
@@ -16,3 +21,4 @@
16
21
  .semi-zoomOutUp {
17
22
  animation-name: semi-zoomOutUp;
18
23
  }
24
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-animation-styled",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "semi styled animation",
5
5
  "keywords": [
6
6
  "semi",
@@ -42,5 +42,5 @@
42
42
  "gulp-typescript": "^6.0.0-alpha.1",
43
43
  "merge2": "^1.4.1"
44
44
  },
45
- "gitHead": "40f085c58602a082ac43c9368bbfef487ea9883c"
45
+ "gitHead": "02401f10d58014a1c6f20d628912f007c67b7eb0"
46
46
  }