https://github.com/hcoz/scroll-to
Block element of scroll to top or a specific HTML element.
https://github.com/hcoz/scroll-to
gutenberg-blocks wordpress wordpress-blocks wordpress-plugin
Last synced: 1 day ago
JSON representation
Block element of scroll to top or a specific HTML element.
- Host: GitHub
- URL: https://github.com/hcoz/scroll-to
- Owner: hcoz
- Created: 2024-01-21T18:39:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T17:52:24.000Z (about 2 years ago)
- Last Synced: 2024-08-23T18:11:55.398Z (over 1 year ago)
- Topics: gutenberg-blocks, wordpress, wordpress-blocks, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Scroll To ===
Contributors: hcoz
Tags: block-editor, gutenberg, scroll to top, scroll to HTML element
Tested up to: 6.4.2
Requires at least: 5.0
Requires PHP: 7.3
Stable tag: 1.0.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Block element of scroll to top or a specific HTML element.
== Description ==
New block editor element for scroll to top or a sepecific element easily. Customizable features are scroll mode (instant or smooth), scroll to target (top or specific HTML element), button and icon colors.
**Features**
- Displays a button when the user scrolls down the page.
- Scroll with or without animation.
- Scroll to the top or to a specific HTML element within the page.
- Customizable button colors.
- Automatically hides at the top of the page.
- Customizable height threshold to display the scroll button.
== Installation ==
1. Click Plugins/Add New from the WordPress admin panel.
2. Search for "Scroll To" and install.
-- or --
1. Upload the plugin files to the `/wp-content/plugins/scroll-to` directory,
2. Activate the plugin through the "Plugins" screen in WordPress
Then the "Scroll To" block will be available in Insert Block section of the page editor.
== Frequently Asked Questions ==
= How can I submit a question, problem or suggestion? =
Any contribution is more than welcome! Feel free to create an issue for any kind of feedback.
Here is the code repo [https://github.com/hcoz/scroll-to](https://github.com/hcoz/scroll-to)
== Screenshots ==
1. Block element
== Changelog ==
= 1.0.2 =
* Minor fixes
= 1.0.1 =
* Assets update
= 1.0.0 =
* Release