Jump to content
Search Community

BlackStar

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by BlackStar

  1. Thanks for the help.

    The question of filling SVG.

    I can't understand why my code here
         <style type="text/css">
                  .st0{fill:#D40006;stroke:#fff;stroke-miterlimit:10;}
          </style>
    dosn't work.Why my ball doesn't have background: red ? (fill:#D40006).
     
    On my main idea it should work as follows:
     
    ASK3.jpg
     
    1 Frame) the transition from the position (x1 y1) to position (x2 y2) with transformation ball.
    2 Frame) the transition from the position (x2 y2) to position (x3 y3) using a form of curved line lite a guide-line.
    In a position (x3 y3) my ball should disappearing, and the cycle should begin again.
     
     
    How I can use form of  $('#lineC') just like a  a guide-line(path on which to move the ball)?
     
  2. Hi, all.

    I just started to learn GSAP, and I got a problem with the connection MorphSVGPlugin library.

    I use these plugins

    But when I watching moving about MorphSVG
     
    I could not connect properly library. Can you help me to fix this problem?
    ASK_SVG.jpg
×
×
  • Create New...