Jump to content
Search Community

Efficacy IO

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

1,552 profile views

Efficacy IO's Achievements

0

Reputation

  1. Hey Murrayson, I know this post is pretty old so I don't necessarily expect a response, but I've implemented program almost identical to what you described above except I've been using Puppeteer instead of Phantom.js since its been deprecated and I've been using Puppeteers built-in screenshot feature instead of drawCanvas() as you proposed. Everything has gone great on the GSAP side except that Puppeteer keeps crashing unexpectedly with no errors, so I'm questioning whether it would be suitable long-term solution. Just curious what path you ended up taking. Thanks!
  2. Hi, Does anyone know how to change this from targeting... #foo to targeting... $(this).closest('.foo') so that I'm animating the nearest .foo ancestor of the clicked element? Thanks!
  3. Hi, I'm having trouble getting the revert() function to work after the following SplitText Timeline Tween with a random character order... http://codepen.io/GreenSock/pen/HafFE Can anyone help me out? Thanks! ~ Kyle
×
×
  • Create New...