Prinzhorn / scrollmeister

Open-source JavaScript framework to declaratively build scrolling experiences
https://www.scrollmeister.com/
MIT License
37 stars 5 forks source link

height: inherit for followers #38

Open Prinzhorn opened 6 years ago

Prinzhorn commented 6 years ago

Original scrollmeister had this. What it basically does is set height to leaderHeight.

I need this for the editor so I can have an outline around a group of elements (focused) by using consume: 3 and pinning.

It's useful for other pinned stuff that you want to have the same height as the leader(s)