1
0
Fork 0
mirror of https://github.com/GuerillaStudio/vanillalist.git synced 2024-10-22 17:37:29 +00:00

Add WFScroll, WFSnav and WFSgoto (#47)

* Add WFScroll

* Add WFSnav

* Add WFSgoto

* Rebase main's latest commits to be up do date

* Add npmjs.com links

* Some wording improvements

---------

Co-authored-by: Tixie <contact@tixie.name>
This commit is contained in:
hjvf07 2024-10-09 05:12:58 +03:00 committed by Tixie
parent 46afdcb64f
commit 19e153bc72
No known key found for this signature in database
6 changed files with 27 additions and 0 deletions

9
plugins/wfscroll.json Normal file
View file

@ -0,0 +1,9 @@
{
"id":"154",
"title":"WFScroll",
"image":"154-wfscroll.js.jpg",
"description":"Animate elements as you scroll.",
"url_github":"https://github.com/WebFullSet/wfscroll",
"url_npm":"https://www.npmjs.com/package/wfscroll",
"url_demo":"https://webfullset.com/wfscroll-demo/"
}

9
plugins/wfsgoto.json Normal file
View file

@ -0,0 +1,9 @@
{
"id":"156",
"title":"WFSgoto",
"image":"156-wfsgoto.js.jpg",
"description":"Animate smooth scroll between blocs in pages.",
"url_github":"https://github.com/WebFullSet/wfsgoto",
"url_npm":"https://www.npmjs.com/package/wfsgoto",
"url_demo":"https://webfullset.com/wfsgoto-demo/"
}

9
plugins/wfsnav.json Normal file
View file

@ -0,0 +1,9 @@
{
"id":"155",
"title":"WFSnav",
"image":"155-wfsnav.js.jpg",
"description":"Improve navigation UX through smooth scroll to blocks, items active state and slideover menu auto-closing.",
"url_github":"https://github.com/WebFullSet/wfsnav",
"url_npm":"https://www.npmjs.com/package/wfsnav",
"url_demo":"https://webfullset.com/wfsnav-demo/"
}

BIN
uploads/154-wfscroll.js.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

BIN
uploads/155-wfsnav.js.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

BIN
uploads/156-wfsgoto.js.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB