Jump to content
Search Community

Derikoe

Members
  • Posts

    2
  • Joined

  • Last visited

Derikoe's Achievements

0

Reputation

  1. Derikoe

    onClick

    Thank you guys for replying, it's always nice to get some advice, especially when needed...
  2. Derikoe

    onClick

    Hi guys, im pretty new to gsap, my question is: Would you guys advise to use this JQuery function on GSAP ? as in: $('#id').click(function() { "gsap code" }); Or would it be better to use: <div id="id" onClick="aFunction()"></div> function aFunction() { "gsap code" } Which one is "better" or what else do you guys advise ?
×
×
  • Create New...