Advertisement
13minutes-yt

animate-text-path-backforth.html

Jan 17th, 2022
1,487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <style>
  5. /*@import url(https://fonts.googleapis.com/css?family=Tangerine);*/
  6. /*@import url(https://fonts.googleapis.com/css?family=Montserrat:700);*/
  7. body{ margin:0; width:100vw; height:100vh; background-color:#000000; position:relative;}
  8. #background-video { position:absolute; width: 100vw; height: 100vh; }
  9. svg { position:absolute; width: 100vw; height: 100vh; }
  10. </style>
  11. <body>
  12.  
  13.  
  14. <video id="background-video" autoplay>
  15. <source src="https://static.videezy.com/system/resources/previews/000/002/367/original/industrial-bridge.mp4" type="video/mp4"></video>
  16.  
  17. <svg
  18. width="1920"
  19. height="1080"
  20. viewBox="0 0 507.99999 285.75001"
  21. version="1.1"
  22. id="svg8"
  23. inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
  24. sodipodi:docname="drawing-1.svg">
  25.  
  26. <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-11.249983)">
  27.  
  28. <path
  29. style="fill:none;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
  30. d="m -0.54636712,162.59367 107.63431712,1.6391 c 0,0 81.4087,-67.203152 159.53921,-65.56405 78.13048,1.6391 151.89004,66.65679 160.08556,80.31596 l 74.85229,-0.54636"
  31. id="fil"
  32. inkscape:connector-curvature="0" />
  33. </g>
  34.  
  35.  
  36. <text font-size="16" font-family="Arial" fill='#FF0000'>
  37.  
  38.  
  39. <textPath xlink:href="#fil">ANIMATING TEXT ALONG PATH
  40. <animate id="anim1" attributeName="startOffset" from="0%" to ="100%"
  41. begin="0s;anim2.end" dur="25s" repeatCount="1" />
  42.  
  43. <animate id="anim2" attributeName="startOffset" from="100%" to ="0%"
  44.  
  45. begin="anim1.end" dur="25s" repeatCount="1" />
  46.  
  47.  
  48.  
  49. </textPath>
  50. </text>
  51. </svg>
  52.  
  53. </body>
  54. </html>
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement