as stated, I have a problem with the fluidity of my page and I think jquery is in some way involved.
I created the following one-page-site.
http://cgeese.de/tests/Test02/
I use jQuery with the js plugins
- localscroll
- scrollto (both by Ariel Flesler, http://flesler.blogspot.de/)
- easing (by GSGD, http://gsgd.co.uk/sandbox/jquery/easing/)
Problem
Clicking a link scrolls the page to the target div with a bounce ease (supplied by easing.js). It technically works fine, but it's not smooth enough for my taste.
I think the problem with the stutter in the easing is me misusing one of these plugins but I cannot seem to find a mistake in the code.
Questions
WHY is the animation stuttering and how can I make it smoother?
Update Any clues at all? Seems like using the jQuery-build-in easing looks a bit better, but has the same issue. So I guess it's not the easing-plugin, which leaves Ariel Feslers stuff. Is there any plugin like his?