Jump to content
Search Community

Али К last won the day on June 6 2021

Али К had the most liked content!

Али К

Premium
  • Posts

    74
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Али К

  1. Hello @Dom_Ortiz and Welcome to greensock , here an example of a similar slider https://codepen.io/bdang/pen/pJyYEO?editors=1010
  2. Hello @Mohd Rejoan , do you mean this way ? https://codepen.io/itsalimanuel/pen/dfaab7a67483f63fdd11eac68193f618
  3. Hello @NamTH Yeah, it's possible with SVG image. here an example https://codepen.io/georgedoescode/pen/QWpvEjy?editors=0010 Also, you can use ThreeJS
  4. @awazigh Thanks , yeah can be
  5. @enkicoma Well , maybe this can be your solution https://codepen.io/itsalimanuel/pen/qBryZEb?editors=1010
  6. Hello @elegantseagulls , it's working !! also you can check this one https://codepen.io/itsalimanuel/pen/fe560a72c34e619902ea5f7ef627fe87
  7. As @elegantseagulls says, remove this line import * as gsap from "https://cdn.skypack.dev/gsap@3.6.1";
  8. Hello @leenalfalah , hope this helps you https://codepen.io/itsalimanuel/pen/f1674479ef602294538352ac867dc137?editors=1010
  9. Hello @OSUblake , thanks for your help, it looks perfect.
  10. Hello Devs , I have here 4 slides, everything works normally, but now every slider work alone. I want the sliders to work together but in one way ( change the first image from the first slider and after that change, the first image from the second slider and after the first image from the third slider, after that should come back to change the second image from each slider ) It is possible to do this animation?
  11. @arual are you trying to do something like this ? https://codepen.io/itsalimanuel/pen/5f648245421eab7821bb6bbc537892ee
  12. Hello @arual you can find the code here , https://codepen.io/itsalimanuel/pen/5f648245421eab7821bb6bbc537892ee
  13. @enkicoma here is another example https://codepen.io/noeldelgado/pen/BaogqYy?editors=0010 ?
  14. Hello @enkicoma , you can check this Pen https://codepen.io/GreenSock/pen/xxqdyqO
  15. @bubenko use the latest version of GSAP <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"></script>
  16. Have you checked my link ? ScrollTrigger.create({ animation: tl2, trigger: "#fade_up_slide", start: '90% 90%', end: 'top top', markers: true, scrub: true });
  17. @mikebikeboy Hello , at first you made pin: 'body' , your problem was with the start and end you can check it here: https://codepen.io/itsalimanuel/pen/KKWRpKO?editors=1011 Hope this help you
  18. @bubenko Hello , your problem with the CSS , Just add z-index to your class name .platform-tab-list .platform-tab-link .tab-link.active p { color: #0c2340; z-index: 9; } edit.mp4
  19. Hello @GsapLover , you can check this one https://codepen.io/dev_loop/pen/zYvmRvq?editors=1010
  20. Hey @maxlearner, for sure it's possible , "How" the answer is here https://greensock.com/learning/
  21. @mikel Yeah , exactly , thank you ))
  22. @akapowl okay , I will, Thank you
×
×
  • Create New...