Jump to content
Search Community

awazigh

Business
  • Posts

    27
  • Joined

  • Last visited

Posts posted by awazigh

  1. Hello @akapowl Thanks for the pen above, any idea why the scroll event is not detected when the cursor is on the navbar "area" (setting the navbar height to 100px makes it easy to see).

    Setting a lower z-index solves it in some way but navbar is not anymore on top of the main container.

     

    Thanks for your help.

  2. Hi Everyone!

    Further to the previous progress thanks to @Cassie @GreenSock & @PointC, I'm trying to optimise my animation by adding a pause to play another tween. I tried with the callback "addPause()" but as you can see it seems that the animation can't be "paused" in the middle, it has to be completed and then it pauses.

    Is there a way to pause at anytime? and even if my animation is based on motionpath?

     

    Thanks

    Awa

    See the Pen jOBxGoq by awazigh (@awazigh) on CodePen

  3. 41 minutes ago, GreenSock said:

    zIndex can only be integers and you're only having it tween from 0 to 2, thus there are really only 3 options (0, 1, or 2) over the course of the whole animation but you have 10 elements. So try animating to a bigger zIndex so there are more variations. Like 20 or 200. Does that help? 

    cristal clear thank you 👍🏽 

    • Like 1
  4. Hello Everyone,

    In a previous post @Cassie kindly helped me to fix a symmetrical animation that I'm trying to convert as an infinity (symbol) animation, it's kind of work but I can't make the each of the 10 circles scale down smoothly in the middle of the symbol and then scale up on the 2 extremities.

    @Cassie if you stop by, love would your help on this 😬

     

    Many thanks

    Awa

    See the Pen MWpGmzb by awazigh (@awazigh) on CodePen

    • Like 1
  5. me again! I've updated my pen with 2 different paths "left" & "right", however I've tried multiple configurations to play with the "zIndex" to make sure the cards are stacked correctly, but can't fix it...

    anyone experienced same kind of situation?

    • Like 1
  6. hey @Cassie thanks for that, I added the scale and opacity back but totally lost the effect of spinning from back to front, I probably missed something in your version.

    Any available similar example you could have in mind using motionpath or as you suggested only transforms?

  7. My initial was to use motionpath on purpose to easily create the SVG ellipse without having to set x & y values for each card.

    Did I miss something here?

    (indeed blur is pretty heavy consuming, I'll drop it out, thx)

  8. Hi Everyone,

    I'm trying to create a 2 symmetrical animations using MotionPath but can't achieve the expected result. I used alignOrigin and offSet to adjust a bit but I'm pretty it's the not the right way to do it.

    Any direction using MotionPath for such case is greatly appreciated.

     

    Thanks

    Awa

    See the Pen zYZPPZx by awazigh (@awazigh) on CodePen

×
×
  • Create New...