jquery - Reload an iframe without flickering/flash (in Javascript) -
i ask if has simple solution allow me reload/refresh iframe without flickering/flash when page reloads, possible ? maybe animate blur-out , blur-in instead of flickering/flash? don't know input helpful,
thanks.
here how reload iframe now
document.getelementbyid("frameid").contentdocument.location.reload(true);
thanks help.
easiest approach:
- create new iframe outside of dom or in hidden element.
- load page inside hidden frame
- once load fires within hidden frame, swap them around!
swapping
to swap them, have them next each other , toggle display: none / block
css of each one.
Comments
Post a Comment