Jump to content
Search Community

Charles Lavalard

Premium
  • Posts

    10
  • Joined

  • Last visited

About Charles Lavalard

Recent Profile Visitors

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

Charles Lavalard's Achievements

  1. It was it! Works like a Charm Thank you so much !
  2. I'm using Yarn I'm using yarn add ./gsap-bonus.tgz to install it
  3. I might be doing something wrong i removed every thing you said And reinstall it But i still get the 3.6.1 Version I tried unzipping my .tgz and i see the Flip.js file but in my node module i don't I also remove my cache and redownload my .zip file
  4. Oh ! I feel dumb ? "version": "3.6.1"
  5. I don't know in my package.json i have "gsap": "./gsap-bonus.tgz" But I downloaded the 3.7.0
  6. I'm working on a Nuxt project and i'm using Gsap library via the yarn / gsap-bonus.tgz method I can use other plugins like MorphSVG, etc.. but but i try using Flip i get This dependency was not found: * gsap/Flip in ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./components/TheHeader.vue?vue&type=script&lang=js& To install it, you can run: npm install --save gsap/Flip So I tried removing the .tgz and the package and reinstalling it yarn remove gsap rm -rf ./gsap-bonus.tgz & I redownloaded the .zip from https://greensock.com/docs/v3/Installation?checked=core,flip#ZIP Reinstalled It yarn add ./gsap-bonus.tgz But when i check my module I don't see the Flip.js and I still see the error above Is there anything I did wrong ?
  7. What was missing was the grid-template-rows on the grid parent and absolute is required
  8. Hello I'm trying to use Flip Plugin to have a transition when items in a grid are changing rows everything is controlled with a variable call currentIndexIt works like a charm unless when my currentIndex goes from 0 to 1 It get janky and the third item get teleported to the right I tried to add the absolute property to true but it didn't work either What i'm trying to achieve is that every animation act the same Maybe I did something wrong if that the case coumd you tell me what Thanks a lot in advance
  9. I'm playing around with the GreenSock F.L.I.P plugin and Vue.Js and i stumble on an issue I tried changing the layout with a data property in VueJs instead of a class toggle But I don't know if it could works and why what I have done doesn't Could someone explain why is it so ?
×
×
  • Create New...