https://github.com/bootscore/bs-animate-on-scroll
This plugin registers and initializes AOS library https://michalsnik.github.io/aos/ to bootScore. You can then use the animations by writing them into your HTML code.
https://github.com/bootscore/bs-animate-on-scroll
Last synced: about 1 year ago
JSON representation
This plugin registers and initializes AOS library https://michalsnik.github.io/aos/ to bootScore. You can then use the animations by writing them into your HTML code.
- Host: GitHub
- URL: https://github.com/bootscore/bs-animate-on-scroll
- Owner: bootscore
- License: mit
- Created: 2021-02-01T20:00:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T17:32:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T11:52:57.087Z (about 1 year ago)
- Language: PHP
- Homepage: https://bootscore.me/plugins/bs-animate-on-scroll/
- Size: 27.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== bS Animate On Scroll ===
Contributors: The bootScore Contributors
Requires at least: 4.5
Tested up to: 5.8.1
Requires PHP: 5.6
Stable tag: 5.0.0.1
License: MIT License
License URI: https://github.com/bootscore/bs-animate-on-scroll/blob/main/LICENSE
Animate On Scroll by Michał Sajnóg https://michalsnik.github.io/aos/ Plugin for WordPress, Copyright 2021 Bastian Kreiter.
== License & Credits ==
Animate On Scroll, Michał Sajnóg, MIT License https://github.com/michalsnik/aos/blob/next/LICENSE
== Installation ==
1. In your admin panel, go to Plugins > and click the Add New button.
2. Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
3. Click Activate to use your new Plugin right away.
== Usage ==
Use it in your HTML like this:
== Changelog ==
= 5.0.0.1 - February 16 2021 =
* [SEO] Load js in footer
* [SEO] Merged aos.js and aos-init.js to one file to reduce HTTP requests
= 5.0.0 - December 30 2020 =
* Initial release