Jump to content

johnay

Member
  • Posts

    20
  • Joined

  • Last visited

Reputation Activity

  1. Like
    johnay reacted to MidnightClub in how to slow down animations even more.   
    Yeah! 
    Glad I could help @johnay!
    Take care
    Fab
     
  2. Like
    johnay reacted to MidnightClub in how to slow down animations even more.   
    alright!
    so on your homepage, i saw the blocks with horizontal clip anim. Speed is at 800ms, which I guess is default.
    So if you add that to your css it should do the trick:
    .image-block-outer-wrapper.combination-animation-horizontal-clip .image-block-wrapper{ transition: -webkit-clip-path 3600ms cubic-bezier(.4,0,.2,1),clip-path 3600ms cubic-bezier(.4,0,.2,1); } .image-block-outer-wrapper.combination-animation-vertical-clip .image-block-wrapper{ transition: -webkit-clip-path 3600ms cubic-bezier(.4,0,.2,1),clip-path 3600ms cubic-bezier(.4,0,.2,1); } I set it to 3600ms so that the difference is obvious, for both horizontal and vertical clip animation. So you just have to change that value to change the speed.
    Let me know if it work.
    Cheers,
    Fab
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.