Stacking cards on scroll with Bubble

Hey everyone, just wanted to share something cool I found out with some help, to recreate Stacking cards on scroll with HTML / CSS.

To do so, create an HTML element on your page and fill it with the HTML and CSS from this link : https://codepen.io/tutsplus/pen/yLZBExg
You should put the CSS in brackets in the header of the HTML, and put !important statements after every CSS line.

For the layout of the HTML element, select “Display as an iFrame”, otherwise it won’t work.

And that’s it ! you have a beautiful stacking cards on scroll effect in Bubble :slight_smile:

1 Like