Subhradeep Berasubhradeepbera.hashnode.dev·Nov 20, 2023How to create Shimmer Loading Animation with Jetpack ComposeBored of the circular progress loader? In this tutorial, let us learn how to implement the shimmer loading effect, which looks much better and can significantly improve the UX, when loading a bunch of items. All modern apps like YouTube, Netflix, Fac...Discuss·1 like·30 readsShimmer Effect
Geek Aidgeekaid.hashnode.dev·Oct 7, 2023Flutter Shimmer: Bringing Life to Your App's Loading ScreensName one thing that is common in almost all apps, that is loading time and it is inevitable. Loading animations play an important role in the application as they give the user the impression that something is happening in the back end. It and it impr...Discuss·66 readsFrontend Development
AC Hulslanderblog.achulslander.com·May 22, 2023Make a Shimmer Load Effect - HTML, SCSSWant to spice up your loading screen? Follow along and we'll make a nice, shimmery loading effect like this one: We're going to be making a product card with an image, heading, sub-heading and description elements. Below you'll find the starter HTML...Discuss·235 readsHTML5
Vinish Bhaskarvinishbhaskar.hashnode.dev·May 13, 2023Day 7: Building an Image Gallery with React using Unsplash API, A Step-by-Step Guide 🚀On Day 7 of the 21-Day Frontend Challenge our coding journey, we will be building an Image Gallery using React. The Image Gallery will allow users to search for images and display them in an organized grid layout. Users can click on an image to view ...Discuss·91 reads21-Day Frontend Development Challenge: Building React Projects Every Day! 🚀React