Jump to content
Search Community

ankit singh

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by ankit singh

  1. On 6/25/2018 at 9:45 PM, Rodrigo said:

    Hi,

     

    TimelineMax by itself is not going to work, because GSAP's core is not available. Add TweenLite before TimelineMax and it should work:

     

    <!DOCTYPE html>
    <html>
    <head>
        <title>TimelineMax test</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
        <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TweenLite.min.js"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TimelineMax.min.js"></script>
    </head>
    
    <body>
    <script>
        var tl = new TimelineMax({});
    	tl.to("body", .3, {backgroundColor:"blue"});
    
    </script>
    
    </body>
    </html>

     

    Happy Tweening!!!

    hi ,

    how to import TweenLight ,TweenlineMax  in react js

  2. Line 33:146: 'DrawSVGPlugin' is not defined no-undef Line 33:161: 'ScrollSmoother' is not defined no-undef Line 33:177: 'GSDevTools' is not defined no-undef Line 33:189: 'InertiaPlugin' is not defined no-undef Line 33:204: 'MorphSVGPlugin' is not defined no-undef Line 33:220: 'MotionPathHelper' is not defined no-undef Line 33:238: 'Physics2DPlugin' is not defined no-undef Line 33:255: 'PhysicsPropsPlugin' is not defined no-undef Line 33:275: 'ScrambleTextPlugin' is not defined no-undef Line 33:295: 'SplitText' is not defined no-undef Line 33:306: 'CustomBounce' is not defined no-undef Line 33:320: 'CustomWiggle' is not defined no-undef Line 90:181: Expected an assignment or function call and instead saw an expression no-unused-expressions Line 95:19: 'SplitText' is not defined no-undef Line 216:19: 'SplitText' is not defined no-undef Line 314:19: 'SplitText' is not defined no-undef Line 338:11: 'Linear' is not defined no-undef Line 356:11: 'Power1' is not defined no-undef Line 360:11: 'Elastic' is not defined no-undef Line 444:19: 'SplitText' is not defined no-undef Line 545:11: 'Power1' is not defined no-undef Line 553:19: 'SplitText' is not defined no-undef Line 572:11: 'Power1' is not defined

    11 hours ago, Cassie said:

    Hey there!

     

    If you're using React you may find CodeSandbox easier to use. 

     

    Otherwise there's some demos on codesandbox in our article 

     

     

    11 hours ago, Cassie said:

    Hey there!

     

    If you're using React you may find CodeSandbox easier to use. 

     

    Otherwise there's some demos on codesandbox in our article 

     

    i buy here gsap club how to resolve this error please tell me someone me

    • Thanks 1
×
×
  • Create New...