Jump to content
Search Community

Charles Lavalard

Premium
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Charles Lavalard

  1. 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

  2. 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 ?
    image.thumb.png.6642b89b7429e8f26f3865feb719864c.png

  3. 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

    See the Pen MWpxEXm by FreeStab (@FreeStab) on CodePen

×
×
  • Create New...