Jump to content
Search Community

jfudman

Business
  • Posts

    6
  • Joined

  • Last visited

About jfudman

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jfudman's Achievements

  1. I realize this post is from 2010, but what happened to this MotionBlurPlugin? Is it deprecated?
  2. HOLY SMOKES BATMAN! Thank you! This is good to know – sounds like common sense in hindsight. I appreciate everyone's time here!
  3. Yeah the plugin looks awesome and I'll likely end up using it. Thank y'all for for the suggestion @Rodrigo and @Cassie! Although I still would like to know why my code doesn't work on resize because it theoretically should lol
  4. Thanks for the reply @Rodrigo. Here is a fork of your fork with some explanations as to why i need to determine the y value. Long story short: there will sometimes be content above or below the box. I use the Scrolltigger.start value in the calculation because the pinned element's start value will sometimes be different https://codepen.io/jfudman/pen/ZEmpmRY
  5. I am programmatically moving an element inside of a pinned trigger to the center of the viewport via scrolltrigger with timeline animations. It works, but values do not properly update on resize. I'm setting values with anonymous functions, i even read through this post... but I'm still stuck. What's worse is `invalidateOnRefresh` is breaking some values (see codepen). Finally, I have to refresh the tl.scrollTrigger in order to use the tl.scrollTrigger.start value. Does anyone know why?
  6. @ZachSaucier , I think @Prodesigner was pointing out that your pen that you posted on Jan 17, 2020 does not snap on drag. In your pen just change the line of code: x: x => gsap.utils.snap(Math.round(x / slideWidth) * slideWidth) to something like this x: x => gsap.utils.snap(slideWidth, Math.round(x / slideWidth) * slideWidth)
×
×
  • Create New...