laciikee

Old_loader

Jun 11th, 2022
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <div id="hellopreloader">
  2. <div class="preloader">
  3. <svg width="135" height="140" fill="#fff">
  4. <rect width="15" height="120" y="10" rx="6">
  5. <animate attributename="height" begin="0.5s" calcmode="linear" dur="1s" repeatcount="indefinite" values="120;110;100;90;80;70;60;50;40;140;120"></animate>
  6. <animate attributename="y" begin="0.5s" calcmode="linear" dur="1s" repeaxtcount="indefinite" values="10;15;20;25;30;35;40;45;50;0;10"></animate>
  7. </rect>
  8. <rect width="15" height="120" x="30" y="10" rx="6">
  9. <animate attributename="height" begin="0.25s" calcmode="linear" dur="1s" repeatcount="indefinite" values="120;110;100;90;80;70;60;50;40;140;120"></animate>
  10. <animate attributename="y" begin="0.25s" calcmode="linear" dur="1s" repeatcount="indefinite" values="10;15;20;25;30;35;40;45;50;0;10"></animate>
  11. </rect>
  12. <rect width="15" height="140" x="60" rx="6">
  13. <animate attributename="height" begin="0s" calcmode="linear" dur="1s" repeatcount="indefinite" values="120;110;100;90;80;70;60;50;40;140;120"></animate>
  14. <animate attributename="y" begin="0s" calcmode="linear" dur="1s" repeatcount="indefinite" values="10;15;20;25;30;35;40;45;50;0;10"></animate>
  15. </rect>
  16. <rect width="15" height="120" x="90" y="10" rx="6">
  17. <animate attributename="height" begin="0.25s" calcmode="linear" dur="1s" repeatcount="indefinite" values="120;110;100;90;80;70;60;50;40;140;120"></animate>
  18. <animate attributename="y" begin="0.25s" calcmode="linear" dur="1s" repeatcount="indefinite" values="10;15;20;25;30;35;40;45;50;0;10"></animate>
  19. </rect>
  20. <rect width="15" height="120" x="120" y="10" rx="6">
  21. <animate attributename="height" begin="0.5s" calcmode="linear" dur="1s" repeatcount="indefinite" values="120;110;100;90;80;70;60;50;40;140;120"></animate>
  22. <animate attributename="y" begin="0.5s" calcmode="linear" dur="1s" repeatcount="indefinite" values="10;15;20;25;30;35;40;45;50;0;10"></animate>
  23. </rect>
  24. </svg>
  25.  
  26. <div class="text">Načítavanie ...</div>
  27. </div>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment