Back to home

Lazy loading

Lazy Loading is when images don't load all at once, but as you reach breakpoints in the page. This can serve a functional purpose (not overloading bandwidth), as well as enhancing visual flair (more visual interest, less static). This was done with the B-lazy JavaScript Library .

Scroll down to see how it works.
Smooth scroll is a lightweight JavaScript library to animate smooth scrolling between anchor links (on a page). Click the link below to see what happens.
Back to top