I was wondering if there were anyways to avoid the “flicker” or to replace it with some type of other transition? I don’t mind using JavaScript or jQuery if I needed to – also this is only referring to transitions from one web page to another (all are on the same site).
Thanks all!
I believe you can use jQuery to handle transitions via something similar to this:
Here is a tutorial regarding using jQuery for Page Transitions
You can also use the following line in the header section of your HTML: (IE Only)
For those I would recommend a small duration (<1.0) if you just want to remove the “flicker” – but you can play around with those settings.