I am creating a website like Uber…So when the users selects his location then he chooses the type of car…Then it will search for drivers…So how can I add a loading effect when it is finding for a driver…When a driver accepts the ride that loading effect should not be visible…
Thanks
Add the actual loading effect ‘spinner’ using CSS or maybe a Lottie file (there’s a Bubble Lottie plugin) and then make it so that the ‘spinner’ is not visible on page load and use conditionals to show it & hide it (so the search for drivers ‘event’ would show it and the driver accept ‘event’ would hide it)
and add a condition or workflow to hide loader only when matches count>0
Thanks…I will absolutely try it…
Thanks…