drawGridStyle.css 885 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #grid {
  2. -moz-transform: translate(1px, 0px);
  3. -ms-transform: translate(1px, 0px);
  4. -webkit-transform: translate(1px, 0px);
  5. transform: translate(1px, 0px);
  6. }
  7. /* GRAPH - 1 */
  8. #graph-1 {
  9. stroke: url(#gradient-1);
  10. stroke-width: 1.5;
  11. fill: transparent;
  12. stroke-linecap: round;
  13. stroke-linejoin: round;
  14. -moz-animation: lineani 1.3s linear forwards;
  15. -webkit-animation: lineani 1.3s linear forwards;
  16. animation: lineani 1.3s linear forwards;
  17. }
  18. #graph-2 {
  19. stroke: url(#gradient-2);
  20. stroke-width: 1.5;
  21. fill: transparent;
  22. stroke-linecap: round;
  23. stroke-linejoin: round;
  24. -moz-animation: lineani 1.3s linear forwards;
  25. -webkit-animation: lineani 1.3s linear forwards;
  26. animation: lineani 1.3s linear forwards;
  27. }
  28. #poly-1 {
  29. fill: url(#gradient-3);
  30. }
  31. #poly-2 {
  32. fill: url(#gradient-4);
  33. }
  34. #grid .horizontal, .vertical {
  35. stroke-width: 0.1;
  36. stroke: #4a667a;
  37. }