Jump to content
Search Community

nplearn

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by nplearn

  1. Thank you, OSUblake,

     

    What I have in place is as below:

    var durationTime = 2.5;

    if ($(".gb").length) {
                    var hb = gsap.timeline();
                    bh.fromTo(
                        ".b-content",
                        { opacity: 0 },
                        { durationTime, opacity: 1 }
                    );
                    hb.play();
                }

     

    Is it the way I have defined duration and the order of the variables causing the warning? 

     

    As I tried with developer tool to the suggested fix then too it seem to giving me error, any suggestion what I may be doing wrong?

     

    Thank you,

    nplearn

     

×
×
  • Create New...