Jump to content
Search Community

christof

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

christof's Achievements

  1. Thank you for a very good tutorial
  2. Thank you very much for your feedback, I will take a closer look and come back as soon as I can with a first codepen
  3. I'm trying to reproduce an effect similar to this one https://www.sarahandsebastian.com/ my objective is to have a large div in which I would arrange images and at the movement of the cursor to walk me in the div by having in more a movement of parralax on the images, I wanted to know if it is possible to obtain this effect using gsap.
  4. Thank you very much for this answer, I hadn't updated myself on the new greensock, I will definitely use it on my next projects! I've taken my sticky bar out of the scroll locomotive container so I don't have to worry about that anymore. So I modified my code like this https://codepen.io/christophedelamare/pen/zYRNYmP I have one last question, how can I create a scroll effect with the texts rather than a brutal replacement?
  5. I would like to know if it is possible to use this type of effect by combining locomotive scroll and scroll trigger https://codepen.io/christophedelamare/pen/dyJLWwE I managed to get the locomotive scroll and scroll trigger to work together but I don't see how it is possible to reproduce the effect. wish with the virtual scroll If anyone can point me in the direction of a possible solution I would be very pleased
  6. Hello I am looking to set up image sequence playback, as in the codepen example provided. I managed to install it on my site and it works very well, but I don't know how to create the original file. My question is how to convert a video into an image sequence? I'm sorry if the question may seem silly but I can't find anything on the internet to help me
  7. Thank you very much, this is exactly what I needed I share with you my code here needs $(function(){ $('.gallery__item').on('mouseenter', function(event){ event.preventDefault(); $(this).toggleClass('hover-in'); }); });
  8. I'm new to gsap and wanted to know if it was possible to reproduce the effect of this page. The effect of adding a class to the hover and deleting the class on a second hover https://arnaudlajeunie.com/work thank you to you <3
×
×
  • Create New...