-
Integrate a Lottie Json file on website
What is Lottie? Lottie is an open-source animation file format that renders vector-based animations in real-time. It was developed by Airbnb and is now maintained by the LottieFiles platform. Lottie animations are lightweight, scalable, and highly customizable, making them ideal for web and mobile applications. Step 1: Create or Obtain a Lottie JSON File The…
-
Hide elements for all except Screen Readers
In web development, we do run into a situation where we want to hide an element from the user’s view, but at the same time, we also want it to be accessible to Screen Readers. In these situations, there’s a CSS approach that comes in very handy. A bunch of CSS lines make sure that…
Got any book recommendations?