ScrollEntrance.js

A simple, lightweight JavaScript plugin for subtle scrolling animations.

View on GitHub
Fork me on GitHub

What does it do?

ScrollEntrance.js is a simple way to animate elements as they appear in the viewport.

See Examples

Fade In

Add data-entrance="fade-in" to fade the element in

Animate From the Left...

Add data-entrance="from-left" to animate the element in from the left

Animate From the Right...

Add data-entrance="from-right" to animate the element in from the right

Animate From the Top...

Add data-entrance="from-top" to animate the element in from the top

Animate From the Bottom...

Add data-entrance="from-bottom" to animate the element in from the bottom

Custom Animations...

Add data-entrance="my-custom-animation", and define some custom css styles to animate the element

View the Documentation on GitHub for more Examples and Getting Started

View Documentation