Answers for "css disable transition on first load"

CSS
1

stop css transition from firing on page load

//Bug of chrome, add
</script> </script> //(white single space)
//in your HTML footer
Posted by: Guest on November-18-2020
0

css disable animation on load

transition: all 0.3s ease-out;
  transition-property: transform, background-color, color;
Posted by: Guest on January-09-2021

Browse Popular Code Answers by Language