HTML & CSS
visibility: hidden,opacity: 0 ,display: none
엉덩이가 무거운 개발자
2021. 4. 14. 18:55
무슨 차이 일까
참고 stackoverflow.com/questions/14731049/visibilityhidden-vs-displaynone-vs-opacity0
visibility:hidden vs display:none vs opacity:0
I'm currently starting on an animation project. In the project I'll have more than 40000 divs and animate them iteratively. If any of divs are in passive state (i.e. it's not animating at least for 2
stackoverflow.com