Jump to content
Search Community

BrainsBlow

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by BrainsBlow

  1. Hi ZachSaucier!

    Thank you for fast reply!

    Here is imports:

     

    import { TimelineLite, Back, Power1, SlowMo, TimelineMax, TweenMax, Linear, Power4} from 'src/gsap';
    import SplitText from 'src/gsap/SplitText';
    import DrawSVGPlugin from 'src/gsap/DrawSVGPlugin';

     

    and it is code for one line 
    TweenMax.from(document.getElementById('Line_10'), 1, {drawSVG: '0%', delay: 4});

  2. Hello!

    I am new to GSAP and I started angular project with gsap 2, I have issue with DrawSVGPlugin, on my LocalHost I have setup animation with drawsvg, it is working as expected, but after production build and deploy, this lines stoped to drawing and just loaded http://prntscr.com/q5r0jc

    Here is link to my server http://185.233.116.112/

    and I have also attached GIF from my LocalHost.

    I hope someone can advice how I can find reason or any way to debug it since I don't have any errors.

    Best regards

    drawSVG.gif

×
×
  • Create New...