Jump to content
Search Community

Mizu

Members
  • Posts

    3
  • Joined

  • Last visited

Mizu's Achievements

  1. Hi @akapowl I tweeked the easing a little bit and now it is perfect! Thank u so much for your support!
  2. Dear @akapowl This works quite fine, thank u so much!!!!! ? But the start is still a little bit fast (almost jumpy a little bit). Du you recommend any other solutions instead gsap.fromTo(...) to achieve a fake horizontal scrolling effect? Maybe with different tweens?
  3. Hi Guys Im working on a horizontal scrolling example. https://codepen.io/Mizu_/full/xxpvELK Unfortunately the duration property does not work, the animation is still too fast. this.horizontalScroll = gsap.fromTo(this.slider, { x: () => 0, }, { x: () => transformedValue, ease: 'circ', duration: 0.1, scrollTrigger: { trigger: this.$el, pin: this.$el, invalidateOnRefresh: true, scrub: true, allowAnimation: false, anticipatePin: 1, // markers: true, }, }); Thanks so much for every hint! Best Michelle
×
×
  • Create New...