Jump to content
Search Community

christof

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by christof

  1. 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 

     

    See the Pen zYRNYmP by christophedelamare (@christophedelamare) on CodePen

     

    I have one last question, how can I create a scroll effect with the texts rather than a brutal replacement?

  2. I would like to know if it is possible to use this type of effect by combining locomotive scroll and scroll trigger 

     

    See the Pen dyJLWwE by christophedelamare (@christophedelamare) on CodePen

     

    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 

    See the Pen rNJWvBd by christophedelamare (@christophedelamare) on CodePen

  3. 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

    See the Pen ZEbGzyv by j-v-w (@j-v-w) on CodePen

  4. 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');
      });
    });

     

    • Like 1
×
×
  • Create New...