jlmakes / scrollreveal

Animate elements as they scroll into view.
https://scrollrevealjs.org/
22.33k stars 2.26k forks source link

There is any possibility to reveal the width or height property? #480

Closed infinyteam closed 5 years ago

infinyteam commented 5 years ago

Hi there, Thank you so much for this plugin!! This is not an issue I just want to add new options like Width and Height to reveal.

Any idea? Thanks in advance!

jlmakes commented 5 years ago

Hey @infinyteam. There is presently no built-in way to animate width or height independently, but you can use options.scale to affect both width/height equally.

If you'd like to extend the library, I can offer guidance on how and where to make your alterations.