Fixed Element only for a Section

Hello,

Im trying to get a graphic element to be in a fixed position (the bottom of the VH in this case) but only have it fixed while the viewer in a section.

Once at the end of the section, that element will scroll off of the screen with the rest of the section. Attaching itself to the bottom of the section.

Any tips would be great.

Hard to solve this without code (No way yet to change CSS position from block to fixed by webflow interaction).

Very easy to solve this by custom code and this sticky-js:

Features: It can be sticky to the entire page or to selected parent container
GitHub - rgalus/sticky-js: Library for sticky elements written in vanilla javascript

If you want i will add short tutorial.