dollcrds

pro-standard cr crdskiz marquee & animations

May 4th, 2024 (edited)
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. ---MARQUEE---
  2. <style>
  3. @font-face {
  4. src: url(https://dl.dropbox.com/s/flezd2lq8mbnwhk/Stabillo%20Medium.ttf);
  5. font-family: stabillo medium;
  6. }
  7. </style>
  8. <marquee behavior="scroll" direction="left" style="font-size: 2em;
  9. font-family: stabillo medium;
  10. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
  11. color: #D4ECFC;">credit crdskiz for this layout all rights reserved</marquee>
  12.  
  13. ---ANIMATIONS---
  14. <style>
  15. #image02 {
  16. -webkit-animation: slide-in-left 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  17. animation: slide-in-left 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  18. }
  19.  
  20. /* ----------------------------------------------
  21. * Generated by Animista on 2024-5-2 19:39:6
  22. * Licensed under FreeBSD License.
  23. * See http://animista.net/license for more info.
  24. * w: http://animista.net, t: @cssanimista
  25. * ---------------------------------------------- */
  26.  
  27. /**
  28. * ----------------------------------------
  29. * animation slide-in-left
  30. * ----------------------------------------
  31. */
  32. @-webkit-keyframes slide-in-left {
  33. 0% {
  34. -webkit-transform: translateX(-1000px);
  35. transform: translateX(-1000px);
  36. opacity: 0;
  37. }
  38. 100% {
  39. -webkit-transform: translateX(0);
  40. transform: translateX(0);
  41. opacity: 1;
  42. }
  43. }
  44. @keyframes slide-in-left {
  45. 0% {
  46. -webkit-transform: translateX(-1000px);
  47. transform: translateX(-1000px);
  48. opacity: 0;
  49. }
  50. 100% {
  51. -webkit-transform: translateX(0);
  52. transform: translateX(0);
  53. opacity: 1;
  54. }
  55. }
  56. #image03 {
  57. -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  58. animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  59. }
  60. }
  61. /* ----------------------------------------------
  62. * Generated by Animista on 2024-5-2 19:40:10
  63. * Licensed under FreeBSD License.
  64. * See http://animista.net/license for more info.
  65. * w: http://animista.net, t: @cssanimista
  66. * ---------------------------------------------- */
  67.  
  68. /**
  69. * ----------------------------------------
  70. * animation slide-in-right
  71. * ----------------------------------------
  72. */
  73. @-webkit-keyframes slide-in-right {
  74. 0% {
  75. -webkit-transform: translateX(1000px);
  76. transform: translateX(1000px);
  77. opacity: 0;
  78. }
  79. 100% {
  80. -webkit-transform: translateX(0);
  81. transform: translateX(0);
  82. opacity: 1;
  83. }
  84. }
  85. @keyframes slide-in-right {
  86. 0% {
  87. -webkit-transform: translateX(1000px);
  88. transform: translateX(1000px);
  89. opacity: 0;
  90. }
  91. 100% {
  92. -webkit-transform: translateX(0);
  93. transform: translateX(0);
  94. opacity: 1;
  95. }
  96. }
  97. #image04 {
  98. -webkit-animation: slide-in-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  99. animation: slide-in-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
  100. }
  101. /* ----------------------------------------------
  102. * Generated by Animista on 2024-5-2 19:40:40
  103. * Licensed under FreeBSD License.
  104. * See http://animista.net/license for more info.
  105. * w: http://animista.net, t: @cssanimista
  106. * ---------------------------------------------- */
  107.  
  108. /**
  109. * ----------------------------------------
  110. * animation slide-in-bottom
  111. * ----------------------------------------
  112. */
  113. @-webkit-keyframes slide-in-bottom {
  114. 0% {
  115. -webkit-transform: translateY(1000px);
  116. transform: translateY(1000px);
  117. opacity: 0;
  118. }
  119. 100% {
  120. -webkit-transform: translateY(0);
  121. transform: translateY(0);
  122. opacity: 1;
  123. }
  124. }
  125. @keyframes slide-in-bottom {
  126. 0% {
  127. -webkit-transform: translateY(1000px);
  128. transform: translateY(1000px);
  129. opacity: 0;
  130. }
  131. 100% {
  132. -webkit-transform: translateY(0);
  133. transform: translateY(0);
  134. opacity: 1;
  135. }
  136. }
  137. </style>
Advertisement
Add Comment
Please, Sign In to add comment