I know that altering element\'s style via JavaScript directly will cause a reflow. However, I was wondering if it is possible to alter multiple style values in a batch with
You could set the element's visibility to 'hidden', then apply the styles and then make it visible again.