Jump to content
Search Community

nplearn

Members
  • Posts

    3
  • Joined

  • Last visited

nplearn's Achievements

1

Reputation

  1. Thank you, OSUblake. It worked, I very much appreciate your help on this. Thank you, nplearn.
  2. 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
  3. Hi there, I am using the following version, I am getting the attached warning the much I browse the site, I would love to resolve this; any guidance is appreciated. https://cdn.jsdelivr.net/npm/gsap@3.6.0/dist/gsap.min.js?ver=1.0 Thank you, nplearn.
×
×
  • Create New...