Shimmer Loading Effect

Hi folks,

Just released my new plugin that replicates a shimmer effect while your page is being loaded. Just insert the visual element and insert the ID attribute. You need to “recreate” the elements you have in your page to simulate the loading of the page. And in the WF just hide the group with the shimmer effect after “x” seconds.

Plugin page: Shimmer Loading Plugin | Bubble

Demo page: https://erick-personal-portfolio.bubbleapps.io/version-test/shimmer_loading

Editor page: Erick Personal Portfolio | Bubble Editor

Let me know you comments.

1 Like

Looking good! Do you have an easy way to hide the shimmer elements when the elements and data are actually loaded? (As opposed to a timer)

This is the only way for now. You should insert a main group and the effects in the elements inside this group. Then you hide the main group. It will hide all elements at once. It’s pretty simple.