Skip to content

Commit 54e8460

Browse files
authored
Initial population of readme
1 parent e52959e commit 54e8460

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# gocek
2-
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

Comments
 (0)