Reputation: 2799
I wrote JS code with JQuery to change elements styles, position and wrap them. This was done after the page was loaded.
I used dom ready
function, but the elements have a jerky movement while applying changes. The first thing that came to mind was to create a full-size overlay div with an absolute position
that would cover the whole page and I faded out that.
What are the best practices in these cases?
Upvotes: 0
Views: 92