Slide-in scrolling is done with a combination of
lazy loading
+ CSS animations. Lazy loading allows the image to not load until the user reaches a certain point on the page, while the CSS animation creates the slide-in effect.
Scroll down to see how it works.