dollcrds

hueningz crd co animations

Mar 24th, 2024
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1. --ONE--
  2. <style>
  3. #container02 {
  4. -webkit-animation: scale-up-tl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  5. animation: scale-up-tl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  6. }
  7.  
  8. /* ----------------------------------------------
  9. * Generated by Animista on 2023-11-8 20:0:39
  10. * Licensed under FreeBSD License.
  11. * See http://animista.net/license for more info.
  12. * w: http://animista.net, t: @cssanimista
  13. * ---------------------------------------------- */
  14.  
  15. /**
  16. * ----------------------------------------
  17. * animation scale-up-tl
  18. * ----------------------------------------
  19. */
  20. @-webkit-keyframes scale-up-tl {
  21. 0% {
  22. -webkit-transform: scale(0.5);
  23. transform: scale(0.5);
  24. -webkit-transform-origin: 0% 0%;
  25. transform-origin: 0% 0%;
  26. }
  27. 100% {
  28. -webkit-transform: scale(1);
  29. transform: scale(1);
  30. -webkit-transform-origin: 0% 0%;
  31. transform-origin: 0% 0%;
  32. }
  33. }
  34. @keyframes scale-up-tl {
  35. 0% {
  36. -webkit-transform: scale(0.5);
  37. transform: scale(0.5);
  38. -webkit-transform-origin: 0% 0%;
  39. transform-origin: 0% 0%;
  40. }
  41. 100% {
  42. -webkit-transform: scale(1);
  43. transform: scale(1);
  44. -webkit-transform-origin: 0% 0%;
  45. transform-origin: 0% 0%;
  46. }
  47. }
  48. </style>
  49.  
  50. --TWO--
  51. <style>
  52. #gallery01 {
  53. -webkit-animation: bounce-in-fwd 1.1s both;
  54. animation: bounce-in-fwd 1.1s both;
  55. }
  56.  
  57. /* ----------------------------------------------
  58. * Generated by Animista on 2023-11-8 19:25:32
  59. * Licensed under FreeBSD License.
  60. * See http://animista.net/license for more info.
  61. * w: http://animista.net, t: @cssanimista
  62. * ---------------------------------------------- */
  63.  
  64. /**
  65. * ----------------------------------------
  66. * animation bounce-in-fwd
  67. * ----------------------------------------
  68. */
  69. @-webkit-keyframes bounce-in-fwd {
  70. 0% {
  71. -webkit-transform: scale(0);
  72. transform: scale(0);
  73. -webkit-animation-timing-function: ease-in;
  74. animation-timing-function: ease-in;
  75. opacity: 0;
  76. }
  77. 38% {
  78. -webkit-transform: scale(1);
  79. transform: scale(1);
  80. -webkit-animation-timing-function: ease-out;
  81. animation-timing-function: ease-out;
  82. opacity: 1;
  83. }
  84. 55% {
  85. -webkit-transform: scale(0.7);
  86. transform: scale(0.7);
  87. -webkit-animation-timing-function: ease-in;
  88. animation-timing-function: ease-in;
  89. }
  90. 72% {
  91. -webkit-transform: scale(1);
  92. transform: scale(1);
  93. -webkit-animation-timing-function: ease-out;
  94. animation-timing-function: ease-out;
  95. }
  96. 81% {
  97. -webkit-transform: scale(0.84);
  98. transform: scale(0.84);
  99. -webkit-animation-timing-function: ease-in;
  100. animation-timing-function: ease-in;
  101. }
  102. 89% {
  103. -webkit-transform: scale(1);
  104. transform: scale(1);
  105. -webkit-animation-timing-function: ease-out;
  106. animation-timing-function: ease-out;
  107. }
  108. 95% {
  109. -webkit-transform: scale(0.95);
  110. transform: scale(0.95);
  111. -webkit-animation-timing-function: ease-in;
  112. animation-timing-function: ease-in;
  113. }
  114. 100% {
  115. -webkit-transform: scale(1);
  116. transform: scale(1);
  117. -webkit-animation-timing-function: ease-out;
  118. animation-timing-function: ease-out;
  119. }
  120. }
  121. @keyframes bounce-in-fwd {
  122. 0% {
  123. -webkit-transform: scale(0);
  124. transform: scale(0);
  125. -webkit-animation-timing-function: ease-in;
  126. animation-timing-function: ease-in;
  127. opacity: 0;
  128. }
  129. 38% {
  130. -webkit-transform: scale(1);
  131. transform: scale(1);
  132. -webkit-animation-timing-function: ease-out;
  133. animation-timing-function: ease-out;
  134. opacity: 1;
  135. }
  136. 55% {
  137. -webkit-transform: scale(0.7);
  138. transform: scale(0.7);
  139. -webkit-animation-timing-function: ease-in;
  140. animation-timing-function: ease-in;
  141. }
  142. 72% {
  143. -webkit-transform: scale(1);
  144. transform: scale(1);
  145. -webkit-animation-timing-function: ease-out;
  146. animation-timing-function: ease-out;
  147. }
  148. 81% {
  149. -webkit-transform: scale(0.84);
  150. transform: scale(0.84);
  151. -webkit-animation-timing-function: ease-in;
  152. animation-timing-function: ease-in;
  153. }
  154. 89% {
  155. -webkit-transform: scale(1);
  156. transform: scale(1);
  157. -webkit-animation-timing-function: ease-out;
  158. animation-timing-function: ease-out;
  159. }
  160. 95% {
  161. -webkit-transform: scale(0.95);
  162. transform: scale(0.95);
  163. -webkit-animation-timing-function: ease-in;
  164. animation-timing-function: ease-in;
  165. }
  166. 100% {
  167. -webkit-transform: scale(1);
  168. transform: scale(1);
  169. -webkit-animation-timing-function: ease-out;
  170. animation-timing-function: ease-out;
  171. }
  172. }
  173. </style>
  174.  
  175. --THREE--
  176. <style>
  177. #container11, #container10 {
  178. -webkit-animation: bounce-in-top 1.1s both;
  179. animation: bounce-in-top 1.1s both;
  180. }
  181.  
  182. /* ----------------------------------------------
  183. * Generated by Animista on 2023-11-8 20:28:54
  184. * Licensed under FreeBSD License.
  185. * See http://animista.net/license for more info.
  186. * w: http://animista.net, t: @cssanimista
  187. * ---------------------------------------------- */
  188.  
  189. /**
  190. * ----------------------------------------
  191. * animation bounce-in-top
  192. * ----------------------------------------
  193. */
  194. @-webkit-keyframes bounce-in-top {
  195. 0% {
  196. -webkit-transform: translateY(-500px);
  197. transform: translateY(-500px);
  198. -webkit-animation-timing-function: ease-in;
  199. animation-timing-function: ease-in;
  200. opacity: 0;
  201. }
  202. 38% {
  203. -webkit-transform: translateY(0);
  204. transform: translateY(0);
  205. -webkit-animation-timing-function: ease-out;
  206. animation-timing-function: ease-out;
  207. opacity: 1;
  208. }
  209. 55% {
  210. -webkit-transform: translateY(-65px);
  211. transform: translateY(-65px);
  212. -webkit-animation-timing-function: ease-in;
  213. animation-timing-function: ease-in;
  214. }
  215. 72% {
  216. -webkit-transform: translateY(0);
  217. transform: translateY(0);
  218. -webkit-animation-timing-function: ease-out;
  219. animation-timing-function: ease-out;
  220. }
  221. 81% {
  222. -webkit-transform: translateY(-28px);
  223. transform: translateY(-28px);
  224. -webkit-animation-timing-function: ease-in;
  225. animation-timing-function: ease-in;
  226. }
  227. 90% {
  228. -webkit-transform: translateY(0);
  229. transform: translateY(0);
  230. -webkit-animation-timing-function: ease-out;
  231. animation-timing-function: ease-out;
  232. }
  233. 95% {
  234. -webkit-transform: translateY(-8px);
  235. transform: translateY(-8px);
  236. -webkit-animation-timing-function: ease-in;
  237. animation-timing-function: ease-in;
  238. }
  239. 100% {
  240. -webkit-transform: translateY(0);
  241. transform: translateY(0);
  242. -webkit-animation-timing-function: ease-out;
  243. animation-timing-function: ease-out;
  244. }
  245. }
  246. @keyframes bounce-in-top {
  247. 0% {
  248. -webkit-transform: translateY(-500px);
  249. transform: translateY(-500px);
  250. -webkit-animation-timing-function: ease-in;
  251. animation-timing-function: ease-in;
  252. opacity: 0;
  253. }
  254. 38% {
  255. -webkit-transform: translateY(0);
  256. transform: translateY(0);
  257. -webkit-animation-timing-function: ease-out;
  258. animation-timing-function: ease-out;
  259. opacity: 1;
  260. }
  261. 55% {
  262. -webkit-transform: translateY(-65px);
  263. transform: translateY(-65px);
  264. -webkit-animation-timing-function: ease-in;
  265. animation-timing-function: ease-in;
  266. }
  267. 72% {
  268. -webkit-transform: translateY(0);
  269. transform: translateY(0);
  270. -webkit-animation-timing-function: ease-out;
  271. animation-timing-function: ease-out;
  272. }
  273. 81% {
  274. -webkit-transform: translateY(-28px);
  275. transform: translateY(-28px);
  276. -webkit-animation-timing-function: ease-in;
  277. animation-timing-function: ease-in;
  278. }
  279. 90% {
  280. -webkit-transform: translateY(0);
  281. transform: translateY(0);
  282. -webkit-animation-timing-function: ease-out;
  283. animation-timing-function: ease-out;
  284. }
  285. 95% {
  286. -webkit-transform: translateY(-8px);
  287. transform: translateY(-8px);
  288. -webkit-animation-timing-function: ease-in;
  289. animation-timing-function: ease-in;
  290. }
  291. 100% {
  292. -webkit-transform: translateY(0);
  293. transform: translateY(0);
  294. -webkit-animation-timing-function: ease-out;
  295. animation-timing-function: ease-out;
  296. }
  297. }
  298. </style>
  299.  
  300. --FOUR--
  301. <style>
  302. #container09, #container13 {
  303. -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  304. animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  305. }
  306.  
  307. /* ----------------------------------------------
  308. * Generated by Animista on 2023-11-8 20:50:21
  309. * Licensed under FreeBSD License.
  310. * See http://animista.net/license for more info.
  311. * w: http://animista.net, t: @cssanimista
  312. * ---------------------------------------------- */
  313.  
  314. /**
  315. * ----------------------------------------
  316. * animation scale-in-ver-bottom
  317. * ----------------------------------------
  318. */
  319. @-webkit-keyframes scale-in-ver-bottom {
  320. 0% {
  321. -webkit-transform: scaleY(0);
  322. transform: scaleY(0);
  323. -webkit-transform-origin: 0% 100%;
  324. transform-origin: 0% 100%;
  325. opacity: 1;
  326. }
  327. 100% {
  328. -webkit-transform: scaleY(1);
  329. transform: scaleY(1);
  330. -webkit-transform-origin: 0% 100%;
  331. transform-origin: 0% 100%;
  332. opacity: 1;
  333. }
  334. }
  335. @keyframes scale-in-ver-bottom {
  336. 0% {
  337. -webkit-transform: scaleY(0);
  338. transform: scaleY(0);
  339. -webkit-transform-origin: 0% 100%;
  340. transform-origin: 0% 100%;
  341. opacity: 1;
  342. }
  343. 100% {
  344. -webkit-transform: scaleY(1);
  345. transform: scaleY(1);
  346. -webkit-transform-origin: 0% 100%;
  347. transform-origin: 0% 100%;
  348. opacity: 1;
  349. }
  350. }
  351. </style>
Advertisement
Add Comment
Please, Sign In to add comment