I am using the scrollTo jquery Plugin and the content flashes on every request to scroll
Example: http://jsfiddle.net/24A8V/1/
This happens only in Chrome.
Does anyone know why? It doesn’t happen in the actual side of the plugin: http://demos.flesler.com/jquery/scrollTo/
Probably because the anchor link makes the page scroll to the top of the page before the animation starts. You may prevent this default browser behaviour by adding the following within your handler: