disable css on load animation code example
Example: css disable animation on load
transition: all 0.3s ease-out;
transition-property: transform, background-color, color;
transition: all 0.3s ease-out;
transition-property: transform, background-color, color;