Jump to content
Search Community

kimipt

Members
  • Posts

    5
  • Joined

  • Last visited

About kimipt

  • Birthday 05/16/1979

kimipt's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. Thank you @ZachSaucier For anyone that finds this, you may also want to give a look into https://github.com/jonkwheeler/ScrollScene They have ported some of ScrollMagic's functionality but using IntersectionObserver.
  2. Oh I get that, I was curious if there was a guide of sorts to replicate the core features of ScrollMagic given how prevalent questions about it happen on the forum. Things like: Sync scrolling to timeline scrubbing Trigger animation at scroll positions Pin elements while scrolling Probably there's not a single source, just wishful thinking on my part
  3. @ZachSaucier Is there a guide here somewhere on ways to replace scrollmagic with GSAP only features?
  4. Oh great, thanks for the help and links @PointC
  5. Hi everyone, Im having a problem where the SplitText plugin is working as smoothly as I have hoped for. Problem is that when user resizes the browser the splits won't update causing the test to display weird line breaks, like these: https://cl.ly/3Y3G3c0B2P12 Is there any way to get around this, perhaps destroying the split after the animation is complete or rebuild the split perhaps? Simply running the split again also doesn't work because it will take the initial split and just split on top of that. Edit: While not my codepen, this also shows the same problem: http://codepen.io/RedGlove/pen/bedqvz?editors=1111 Thank you!
×
×
  • Create New...