dollcrds

pro-standard cr dollbahi animation

Jun 19th, 2024 (edited)
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. <style>
  2. #container03, #container05, #container07, #container09, #container11, #container14 {
  3. -webkit-animation: scale-in-hor-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  4. animation: scale-in-hor-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  5. }
  6.  
  7. /* ----------------------------------------------
  8. * Generated by Animista on 2024-5-19 23:51:2
  9. * Licensed under FreeBSD License.
  10. * See http://animista.net/license for more info.
  11. * w: http://animista.net, t: @cssanimista
  12. * ---------------------------------------------- */
  13.  
  14. /**
  15. * ----------------------------------------
  16. * animation scale-in-hor-right
  17. * ----------------------------------------
  18. */
  19. @-webkit-keyframes scale-in-hor-right {
  20. 0% {
  21. -webkit-transform: scaleX(0);
  22. transform: scaleX(0);
  23. -webkit-transform-origin: 100% 100%;
  24. transform-origin: 100% 100%;
  25. opacity: 1;
  26. }
  27. 100% {
  28. -webkit-transform: scaleX(1);
  29. transform: scaleX(1);
  30. -webkit-transform-origin: 100% 100%;
  31. transform-origin: 100% 100%;
  32. opacity: 1;
  33. }
  34. }
  35. @keyframes scale-in-hor-right {
  36. 0% {
  37. -webkit-transform: scaleX(0);
  38. transform: scaleX(0);
  39. -webkit-transform-origin: 100% 100%;
  40. transform-origin: 100% 100%;
  41. opacity: 1;
  42. }
  43. 100% {
  44. -webkit-transform: scaleX(1);
  45. transform: scaleX(1);
  46. -webkit-transform-origin: 100% 100%;
  47. transform-origin: 100% 100%;
  48. opacity: 1;
  49. }
  50. }
  51. </style>
  52.  
  53. <style>
  54. #container04, #container06, #container08, #container10, #container12, #container13 {
  55. -webkit-animation: bounce-in-bottom 1.5s both;
  56. animation: bounce-in-bottom 1.5s both;
  57. }
  58.  
  59. /* ----------------------------------------------
  60. * Generated by Animista on 2024-5-19 18:41:13
  61. * Licensed under FreeBSD License.
  62. * See http://animista.net/license for more info.
  63. * w: http://animista.net, t: @cssanimista
  64. * ---------------------------------------------- */
  65.  
  66. /**
  67. * ----------------------------------------
  68. * animation bounce-in-bottom
  69. * ----------------------------------------
  70. */
  71. @-webkit-keyframes bounce-in-bottom {
  72. 0% {
  73. -webkit-transform: translateY(500px);
  74. transform: translateY(500px);
  75. -webkit-animation-timing-function: ease-in;
  76. animation-timing-function: ease-in;
  77. opacity: 0;
  78. }
  79. 38% {
  80. -webkit-transform: translateY(0);
  81. transform: translateY(0);
  82. -webkit-animation-timing-function: ease-out;
  83. animation-timing-function: ease-out;
  84. opacity: 1;
  85. }
  86. 55% {
  87. -webkit-transform: translateY(65px);
  88. transform: translateY(65px);
  89. -webkit-animation-timing-function: ease-in;
  90. animation-timing-function: ease-in;
  91. }
  92. 72% {
  93. -webkit-transform: translateY(0);
  94. transform: translateY(0);
  95. -webkit-animation-timing-function: ease-out;
  96. animation-timing-function: ease-out;
  97. }
  98. 81% {
  99. -webkit-transform: translateY(28px);
  100. transform: translateY(28px);
  101. -webkit-animation-timing-function: ease-in;
  102. animation-timing-function: ease-in;
  103. }
  104. 90% {
  105. -webkit-transform: translateY(0);
  106. transform: translateY(0);
  107. -webkit-animation-timing-function: ease-out;
  108. animation-timing-function: ease-out;
  109. }
  110. 95% {
  111. -webkit-transform: translateY(8px);
  112. transform: translateY(8px);
  113. -webkit-animation-timing-function: ease-in;
  114. animation-timing-function: ease-in;
  115. }
  116. 100% {
  117. -webkit-transform: translateY(0);
  118. transform: translateY(0);
  119. -webkit-animation-timing-function: ease-out;
  120. animation-timing-function: ease-out;
  121. }
  122. }
  123. @keyframes bounce-in-bottom {
  124. 0% {
  125. -webkit-transform: translateY(500px);
  126. transform: translateY(500px);
  127. -webkit-animation-timing-function: ease-in;
  128. animation-timing-function: ease-in;
  129. opacity: 0;
  130. }
  131. 38% {
  132. -webkit-transform: translateY(0);
  133. transform: translateY(0);
  134. -webkit-animation-timing-function: ease-out;
  135. animation-timing-function: ease-out;
  136. opacity: 1;
  137. }
  138. 55% {
  139. -webkit-transform: translateY(65px);
  140. transform: translateY(65px);
  141. -webkit-animation-timing-function: ease-in;
  142. animation-timing-function: ease-in;
  143. }
  144. 72% {
  145. -webkit-transform: translateY(0);
  146. transform: translateY(0);
  147. -webkit-animation-timing-function: ease-out;
  148. animation-timing-function: ease-out;
  149. }
  150. 81% {
  151. -webkit-transform: translateY(28px);
  152. transform: translateY(28px);
  153. -webkit-animation-timing-function: ease-in;
  154. animation-timing-function: ease-in;
  155. }
  156. 90% {
  157. -webkit-transform: translateY(0);
  158. transform: translateY(0);
  159. -webkit-animation-timing-function: ease-out;
  160. animation-timing-function: ease-out;
  161. }
  162. 95% {
  163. -webkit-transform: translateY(8px);
  164. transform: translateY(8px);
  165. -webkit-animation-timing-function: ease-in;
  166. animation-timing-function: ease-in;
  167. }
  168. 100% {
  169. -webkit-transform: translateY(0);
  170. transform: translateY(0);
  171. -webkit-animation-timing-function: ease-out;
  172. animation-timing-function: ease-out;
  173. }
  174. }
  175. </style>
Advertisement
Add Comment
Please, Sign In to add comment