How to Webflow: Page transitions - Tutorial (2019)

Описание к видео How to Webflow: Page transitions - Tutorial (2019)

In this tutorial, I'll show you how to add page transitions on your site. It requires a bit of coding and Webflow interactions.

#webflow #webdesign #tutorial

Here's the code:

$('').click(function (e) {
e.preventDefault();
var goTo = this.getAttribute("href");

setTimeout(function(){
window.location = goTo;
},1000);
});


Join the Pixel Geek Community:
https://pixelgeek.community

-------

I've been a web designer since 1995 and I've learned a lot about this industry. Now that I've found my dream job at Webflow, I want to share some of my experiences and knowledge with you in hopes you can find your dream job as well.

The purpose for this channel is to help you design and build better websites, learn more about the business of web design, and empower you to inspire others in this unique creative industry.

-------

Like what you see? Subscribe here:
https://www.youtube.com/subscription_...

-------

  / thepixelgeek  
  / pxlgk  
http://pxlgk.com

Комментарии

Информация по комментариям в разработке