You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gocek is a simple, JavaScript-powered lazy-loading library, for loading assets or enabling effects based as the page scrolls.
1
+
# Gocek
2
+
Gocek is a lightweight scrolling state library that allows elements to be acted on when they become (or stop being) visible, such as applying CSS animations or loading as-yet-unloaded images.
3
+
4
+
Gocek looks for hooks in the DOM, in the form of data attributes, to know which elements to listen to as they become/stop being visible.
5
+
6
+
For all usage and examples see https://mitya.uk/projects/gocek
0 commit comments