Reveal elements as they enter the viewport

Is posible to achieve something like this in Fuse? http://scrollrevealjs.org (reveal elements as they enter the viewport) I asked a while ago but with all the new features and all the updates I wonder if this is posible now.

Thanks!

Hi!

You can’t do this yet without hard coding values per element with <ScrollingAnimation From="" To="". You could try to calculate them using JavaScript and data-bind, but you might run into other issues there.

I’ll check up on the status of this feature though :slight_smile: