dollcrds

kiaurs doll crd fonts & animations

Mar 10th, 2024
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: MS San Serif;
  4. src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/MS%20Sans%20Serif.ttf);
  5. </style>
  6.  
  7. <style>
  8. #image05, #image06, #image02, #image03 {
  9. -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  10. animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  11. }
  12.  
  13. /* ----------------------------------------------
  14. * Generated by Animista on 2024-3-9 18:14:45
  15. * Licensed under FreeBSD License.
  16. * See http://animista.net/license for more info.
  17. * w: http://animista.net, t: @cssanimista
  18. * ---------------------------------------------- */
  19.  
  20. /**
  21. * ----------------------------------------
  22. * animation slide-in-left
  23. * ----------------------------------------
  24. */
  25. @-webkit-keyframes slide-in-left {
  26. 0% {
  27. -webkit-transform: translateX(-100px);
  28. transform: translateX(-100px);
  29. opacity: 0;
  30. }
  31. 100% {
  32. -webkit-transform: translateX(0);
  33. transform: translateX(0);
  34. opacity: 1;
  35. }
  36. }
  37. @keyframes slide-in-left {
  38. 0% {
  39. -webkit-transform: translateX(-100px);
  40. transform: translateX(-100px);
  41. opacity: 0;
  42. }
  43. 100% {
  44. -webkit-transform: translateX(0);
  45. transform: translateX(0);
  46. opacity: 1;
  47. }
  48. }
  49. </style>
  50.  
  51. <style>
  52. #container03, #text17, #text09, #text20 {
  53. -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  54. animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  55. }
  56.  
  57. /* ----------------------------------------------
  58. * Generated by Animista on 2024-3-9 17:59:46
  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 scale-in-hor-left
  67. * ----------------------------------------
  68. */
  69. @-webkit-keyframes scale-in-hor-left {
  70. 0% {
  71. -webkit-transform: scaleX(0);
  72. transform: scaleX(0);
  73. -webkit-transform-origin: 0% 0%;
  74. transform-origin: 0% 0%;
  75. opacity: 1;
  76. }
  77. 100% {
  78. -webkit-transform: scaleX(1);
  79. transform: scaleX(1);
  80. -webkit-transform-origin: 0% 0%;
  81. transform-origin: 0% 0%;
  82. opacity: 1;
  83. }
  84. }
  85. @keyframes scale-in-hor-left {
  86. 0% {
  87. -webkit-transform: scaleX(0);
  88. transform: scaleX(0);
  89. -webkit-transform-origin: 0% 0%;
  90. transform-origin: 0% 0%;
  91. opacity: 1;
  92. }
  93. 100% {
  94. -webkit-transform: scaleX(1);
  95. transform: scaleX(1);
  96. -webkit-transform-origin: 0% 0%;
  97. transform-origin: 0% 0%;
  98. opacity: 1;
  99. }
  100. }
  101. </style>
Advertisement
Add Comment
Please, Sign In to add comment