jlmakes / scrollreveal

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

Effect in the middle of the screen #551

Closed brendondev closed 1 year ago

brendondev commented 1 year ago

Is it possible to make the effect happen only when the chosen div is in the middle of the screen?

d-a-ve commented 1 year ago

Yes I believe it is. It should be possible if you use the option.viewOffset and set the top to 50%.

I haven't tried it myself but you can try it and let me know if it worked.

brendondev commented 1 year ago

I understood, but forgot to reply. It was very easy, I just adjusted the value, here's an example: https://codepen.io/devbrendon/pen/rNdQYbx