Jump to content
Search Community

Irine_pospeliri

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Irine_pospeliri

  1. Dipscom, i have one more question, how you change animation on media screen in vue use GreenSock.

    I mean if i use CSS animation in Vue, it is pretty simple i just use a media screen for current animation class.

    something like this:

    .step-leave-to

      transform: translateX(100%)

      @madia only screen and (max-width: 767px)

          transform: translateY(-100%)

    but how i can "switch" animation on media < 767px in GreenSock ?

     

       

     

     

  2. Hello, everyone who like GreenSock animation :)

    I have a problem with Vue callback done and TweenMax onComplete.

    When click on step, the animation on the next step start before,  animation end on previous step.(pls check the link https://codepen.io/anon/pen/qMOGKV).

    The animation is overlay of each other.

    I expected, when you click on step is to see animation step by step, becouse i use callback done.

     

    Please help, maybe i do something wrong :)

    See the Pen qMOGKV by anon (@anon) on CodePen

×
×
  • Create New...