Jump to content
Search Community

defc0n1

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by defc0n1

  1. I am trying to animate an external svg included via <object>. Some parts work flawlessly others without now apparent reason do not work as expected or not work as all. My code looks something like this: var tl = new TimelineMax({}); tl.set(el1, {visibility:"visible"}) . from (el1, 2, {drawSVG:0}) -> for some elements this does not draw/reveal partially but just reveals the path .set(el1, {visibility:"hidden"}) -> this does not hide the drawn element in any case - how can I hide/undraw and element after drawing it - is drawSVG(0 100 0 ) an option? Thank you very much for your assistance.
×
×
  • Create New...