TimPietrusky / weloveiconfonts

This is like Google Web Fonts, but for Open Source Icon Fonts. Hurray!
https://weloveiconfonts.com
652 stars 99 forks source link

Add a smooth slide [When anchor clicked] #47

Closed LukyVj closed 10 years ago

LukyVj commented 10 years ago

Hey, you should add a piece of javascript code to make the anchor scroll smoother

$('a').click(function() { $('html,body').animate({ scrollTop: $( $.attr(this, 'href') ).offset().top }, 1000); });

TimPietrusky commented 10 years ago

I removed the "heart" icon from the navigation. I will use this if I'll add a "to top" again.