I\'m using the scrollTop function to create a parallax scrolling website, binding the scrollTop function to different anchors throughout my website.
The problem I\'m hav
If you are open to an alternative approach, using a plugin, jQuery scrollTo has always been very smooth when I have used it.
This would let you do
$('.recipes').click(function(){ $.scrollTo('.main1', 1500); });