Relative Content

Tag Archive for vuejs3gsap

Gsap ScrollToPlugin for RTL Tab Navigation

I am working on a Vue 3 project and facing an issue with implementing RTL support for a tab navigation system where the active tab should center on click. My current implementation with GSAP’s ScrollToPlugin works fine for LTR, but fails in RTL mode.
Tabs are dynamically generated and centered using scrollTo from GSAP when clicked.