Open maxfrischknecht opened 3 years ago
Hi there!
Is it possible to use the setClassToggle method from ScrollMagic with this plugin? I didn't manage to implement it so far.
setClassToggle
Regular ScrollMagic Example
new ScrollMagic.Scene({triggerElement: "#nav-content-1"}) .setClassToggle("#nav-bottom-1", "display-none") .addTo(myController);
Vuejs ScrollMagic
const scene1 = this.$scrollmagic.scene({ triggerElement: '#nav-concent-1', }).setClassToggle('#nav-bottom-1', 'display-none'); this.$scrollmagic.addScene(scene1)
Thank you for any advice!
Cheers Max
Edit
It actually works, It was my mistake. Please excuse any circumstances and feel free to delete this issue. Thx!
Hi there!
Is it possible to use the
setClassToggle
method from ScrollMagic with this plugin? I didn't manage to implement it so far.Regular ScrollMagic Example
Vuejs ScrollMagic
Thank you for any advice!
Cheers Max
Edit
It actually works, It was my mistake. Please excuse any circumstances and feel free to delete this issue. Thx!