Cool animation effect where images slides in from left and right side after the user scrolls to particular image on the page. This is built using html, css and js.
- scroll event
- debounce function like lodash
- css3 translate properties
- window scrollY, innerHeight
- image offset, height
- closures