Jump to content
Search Community

stefanopeschiera

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by stefanopeschiera

  1. 1 hour ago, Shrug ¯\_(ツ)_/¯ said:

    Great transition! 😍

  2. 4 hours ago, akapowl said:

     

    Hey @stefanopeschiera

     

    Just to make sure:

     

    @GreenSock was probably referring to the distortion-effects on the images on scroll.

     

    If it is only the reveal-effect on the preload background-overlay you are after though, you can achieve that by tweening on SVG paths, as discussed in this thread (it even contains an example that is pretty similar to the reveal on that page you linked to)

     

     

     

    Yes I'm referring to this!! Thank you @Shrug ¯\_(ツ)_/¯

  3. Hi everyone! I try to loop a CustomWiggle animation here the link https://theverso.webflow.io/

    After 5-6 loops there's a little stop. How I can avoid it?

     

    Here's the JS:

     

    var mySplitText = new SplitText(".c-preloader_text", {type:"chars,words, lines"}),
        tl = new TimelineLite();


    CustomWiggle.create("myWiggle", {wiggles:10, type:"uniform"});

            
    //tl.staggerFrom(mySplitText.chars, 3, {x:800}, 0.02);
    tl.staggerFrom(mySplitText.chars, 5, {y:15, repeat: -1, ease:"myWiggle"}, 0.05, 0)

     

    Thank you so much! 🙂

×
×
  • Create New...