css stop animation on load code example
Example 1: stop css transition from firing on page load
//Bug of chrome, add
</script> </script> //(white single space)
//in your HTML footer
Example 2: css disable animation on load
transition: all 0.3s ease-out;
transition-property: transform, background-color, color;