@greedee
Frontend and other stuff
Just another novice developer, getting better every day :)
Nothing here yet.
No blogs yet.
Hey Marcy! thanks for hosting the AMA... I'm interested in knowing how modern CSS affects accessibility. With things like flexbox and grid layout, the visual layout can be completely different from the DOM tree and can really mess up with accessibility functions like screen readers. Do you think as we are going advanced with our layouts, we are making web less accessible?
It's a pretty straightforward animation, when the element gets into the viewport, a relevant animation class gets added to the element(eg: "zoomIn", "fadeIn") which has some CSS rules attached to it. When this new class gets added, the element's CSS is overridden and thus the element animates. You should take a look into CSS animations. @fczbkk's answer is pretty helpful here. 🙂