Jump to content
Search Community

awazigh

Business
  • Posts

    27
  • Joined

  • Last visited

Everything posted by awazigh

  1. Hey Mo! Something like this? const tlBar = gsap.timeline({paused: true}) tlBar.from('.two span',{ scaleX:0, transformOrigin: "left center", }) ScrollTrigger.create({ trigger:'.two', start:'center center', markers:true, onEnter: () => { tlBar.play().duration(15) }, onLeaveBack: () => { tlBar.reverse().duration(5) } });
  2. Thanks for the prompt reply, I'll check locomotive's GH comments maybe other users experienced this as well.
  3. 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.
  4. Many thanks @Cassie you made this possible! I'm working on the demo sent by Craig ? can't wait to show the final version in prod ?
  5. Thanks for the direction, I'll check this demo and try to adapt to mine.
  6. @leenalfalah @Ali Manuel or maybe this way: let tl = gsap.to(".cl", { rotation: 360, ease: "none", transformOrigin: "50% 50%", repeat: -1 });
  7. 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
  8. @PointC @GreenSock an additional question plz: I forked the version from Jack for some adjustments, but I'm struggling to get the card in "front" on top on the others, weirdly sometimes they are correctly on top at the beginning and then it's broken. I tried playing with the "zIndex" but no luck, what do you think? https://codepen.io/awazigh/pen/jOBxGoq
  9. Many thanks to both of you @GreenSock @PointC much appreciated it, this community is just amazing ?
  10. 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
  11. Great!! Many thanks @Cassie ☺️ aka "Rosie the Riveter" ? you made my day ?
  12. one last question @Cassie I swear ? do you know the 2 animations are not playing at the same time (synchronised)? do you I need to play with the "delay"?
  13. all good @Cassie I solved the positioning issue, thanks ☺️
  14. indeed almost there, stil struggling with the positioning to get the cards stacked correctly ?
  15. 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?
  16. 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?
  17. thanks @Cassie for taking time to review it ☺️ I'm actually trying to create a rotation from back to front (kind of depth), in your example it's rather from left to right, not sure if it's clear ?
  18. 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)
  19. the idea is to follow the ellipse path to create a field of depth effect, you think it's not the right direction with motionpath?
  20. 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
  21. @mvaneijgen Many thanks for these great explanations ??
  22. Hello Everyone, I'm trying to animate a title using Splittext but it seems that "background-clip" is not supported. Any workaround? Thanks for your help.
  23. awazigh

    License Question

    Great, I'll wait for the fix then. BTW if there is any chance to get a coupon ? just saying ?
×
×
  • Create New...