Plugin Directory

Changeset 3446431


Ignore:
Timestamp:
01/25/2026 08:14:28 AM (2 months ago)
Author:
smartparallax
Message:

Update readme.txt (demo page, improved clarity)

Location:
smartparallax
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smartparallax/tags/1.0.6/readme.txt

    r3442755 r3446431  
    33Plugin URI: https://smartparallax.com/documentation/
    44Author URI: https://smartparallax.com/
    5 Tags: parallax, parallax background, scroll background, scroll animation, scroll effects, gpu animation
     5Tags: parallax, scroll animation, performance, lightweight, gpu animation, core web vitals
    66Requires at least: 6.0
    77Tested up to: 6.9
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Lightweight GPU-accelerated scroll-linked animations and parallax effects for modern WordPress sites.
     12Add smooth, high-performance parallax effects to WordPress — without slowing down your site.
    1313
    1414== Description ==
    1515
    16 **SmartParallax** adds smooth, GPU-accelerated parallax motion to images, backgrounds, blocks and sections. 
    17 It uses a small, dependency-free JavaScript engine that applies optimized GPU transforms for fluid scroll-linked animations — even on mobile devices.
     16**SmartParallax** lets you add modern scroll-linked parallax effects to your website in seconds. 
     17No coding, no setup, no heavy libraries.
    1818
    19 All movements are directly linked to the scroll position. 
    20 Nothing runs automatically and nothing loops. Every animation follows the user’s scroll progress precisely.
     19You simply add a CSS class to a block, image or section — and the effect is visible immediately.
    2120
    22 SmartParallax works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and virtually every modern WordPress theme.
     21All movements are **directly linked to the user’s scroll position**. 
     22Nothing runs automatically. Nothing loops. 
     23The page only moves when the user scrolls.
    2324
    24 Alle Effekte: <https://smartparallax.com/alle-effekte/>
     25SmartParallax is built with performance in mind. 
     26It uses a small, dependency-free JavaScript engine and GPU-accelerated transforms, keeping your site fast and responsive — even on mobile devices.
    2527
    26 ### Highlights
    27 * Scroll-linked animations (motion follows scroll position)
    28 * Smooth, GPU-accelerated parallax motion
    29 * Background parallax using `.parallax-image`
    30 * Container and section parallax using `.parallax-container`
    31 * Horizontal motion using `.parallax-x`
    32 * Stop-sensitive motion using the `-s` modifier
    33 * Speed modifiers (`parallax-05`, `parallax--05`, etc.)
    34 * Extremely lightweight, no dependencies
     28The plugin works out of the box with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most modern WordPress themes.
    3529
    36 Full documentation: <https://smartparallax.com>
     30Live demo: See all free effects in action and apply your first parallax effect in seconds. 
     31<https://smartparallax.com/wordpress-parallax-plugin-demo/>
    3732
    38 == Available Classes ==
     33=== Why SmartParallax ===
     34
     35* Scroll-linked motion that feels natural
     36* No code required — just add a CSS class
     37* Extremely lightweight (only a few KB)
     38* No jQuery, no frameworks, no dependencies
     39* Optimized for mobile devices
     40* Designed to preserve Core Web Vitals
     41
     42=== Available Classes ===
    3943
    4044| Class | Description |
    41 |-------|-------------|
    42 | `.parallax-image` | Creates a scroll-linked parallax background |
    43 | `.parallax-container` | Moves an entire block or section |
    44 | `.parallax-x` | Enables horizontal scroll-linked motion |
    45 | `.parallax-(--)` | Adjusts speed (e.g. `.parallax-05`, `.parallax--05`) |
    46 | `.parallax-[…]-s` | Stop-sensitive motion (movement stops after center) |
     45|------|-------------|
     46| `.parallax-image` | Moves only the background image |
     47| `.parallax-container` | Moves the entire block or section |
     48| `.parallax-x` | Enables horizontal movement |
     49| `.parallax-01 … 10` | Controls movement strength |
     50| `.parallax--01 … 10` | Inverted movement direction |
     51| `.parallax-[…]-s` | Stops movement at the center of the viewport |
     52
     53Examples:
     54* `.parallax-02` – subtle depth 
     55* `.parallax-05` – stronger parallax 
    4756
    4857== Screenshots ==
    4958
    50 1. Scroll-linked parallax background (vertical motion)
    51 2. Horizontal scroll-linked motion (`parallax-x`)
     591. Scroll-linked parallax background
     602. Horizontal parallax movement
    52613. Section and layout parallax
    53624. Stop-sensitive motion (`-s` modifier)
     
    5564== Installation ==
    5665
    57 1. Upload the plugin to `/wp-content/plugins/smart-parallax/`, 
    58    or install it via *Plugins → Add New*
     661. Install the plugin via *Plugins → Add New* 
     67   or upload it to `/wp-content/plugins/smart-parallax/`
    59682. Activate **SmartParallax**. 
    60 3. Add one of the provided CSS classes to any block or container.
     693. Add one of the provided CSS classes to any block or section.
     70
     71That’s it.
    6172
    6273== Frequently Asked Questions ==
    6374
    64 = Does SmartParallax use JavaScript? =
    65 Yes. It uses a small, dependency-free JavaScript engine with GPU-accelerated transforms.
     75= Will SmartParallax slow down my website? =
     76No. SmartParallax is designed to be extremely lightweight and performance-friendly.
    6677
    67 = Is SmartParallax time-based or scroll-based? =
    68 SmartParallax uses scroll-linked motion. All animations follow the scroll position directly.
     78= Do I need to write code? =
     79No. You only add CSS classes in the editor.
    6980
    70 = Is it compatible with page builders? =
    71 Yes. It works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most modern themes.
     81= Is the animation time-based? =
     82No. All effects are scroll-linked and follow the user’s scroll position.
    7283
    73 = Will it slow down my website? =
    74 No. SmartParallax is extremely lightweight and fully GPU-optimized.
     84= Does it work with page builders? =
     85Yes. It works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most themes.
    7586
    7687== Changelog ==
    7788
    7889= 1.0.6 =
    79 * Improved admin info page with clearer usage explanation and demos
     90* Improved readme clarity and focus on ease of use and performance.
    8091
    8192= 1.0.5 =
    82 * Updated: Readme demo reference now links to the complete effects overview.
    83 * Improved: Wording aligned with scroll-linked animation concept.
     93* Updated demo references and wording.
    8494
    8595= 1.0.4 =
    86 * Updated: Improved script initialization using `DOMContentLoaded` for better compatibility.
    87 * Added: New screenshots for WordPress.org listing.
    88 * Updated: Readme metadata for improved clarity.
     96* Improved script initialization.
     97* Added new screenshots.
    8998
    9099= 1.0.3 =
    91 * Updated: Confirmed compatibility with WordPress 6.9.
    92 * Improved: Minor internal enhancements.
     100* Confirmed compatibility with WordPress 6.9.
    93101
    94102= 1.0.2 =
    95 * Added: All unminified CSS and JS files included for WordPress.org compliance.
    96 * Improved: Internal asset handling.
     103* Included all unminified CSS and JS files for WordPress.org compliance.
    97104
    98105= 1.0.1 =
    99 * Fixed: Text domain now matches plugin slug (`smartparallax`).
    100 * Updated: Plugin URI adjusted to documentation.
     106* Fixed text domain to match plugin slug.
    101107
    102108= 1.0.0 =
     
    105111== Upgrade Notice ==
    106112
    107 = 1.0.5 =
    108 Updated demo reference and readme wording.
     113= 1.0.6 =
     114Improved wording and first-time user clarity.
    109115
    110116== License ==
  • smartparallax/trunk/readme.txt

    r3442755 r3446431  
    33Plugin URI: https://smartparallax.com/documentation/
    44Author URI: https://smartparallax.com/
    5 Tags: parallax, parallax background, scroll background, scroll animation, scroll effects, gpu animation
     5Tags: parallax, scroll animation, performance, lightweight, gpu animation, core web vitals
    66Requires at least: 6.0
    77Tested up to: 6.9
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Lightweight GPU-accelerated scroll-linked animations and parallax effects for modern WordPress sites.
     12Add smooth, high-performance parallax effects to WordPress — without slowing down your site.
    1313
    1414== Description ==
    1515
    16 **SmartParallax** adds smooth, GPU-accelerated parallax motion to images, backgrounds, blocks and sections. 
    17 It uses a small, dependency-free JavaScript engine that applies optimized GPU transforms for fluid scroll-linked animations — even on mobile devices.
     16**SmartParallax** lets you add modern scroll-linked parallax effects to your website in seconds. 
     17No coding, no setup, no heavy libraries.
    1818
    19 All movements are directly linked to the scroll position. 
    20 Nothing runs automatically and nothing loops. Every animation follows the user’s scroll progress precisely.
     19You simply add a CSS class to a block, image or section — and the effect is visible immediately.
    2120
    22 SmartParallax works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and virtually every modern WordPress theme.
     21All movements are **directly linked to the user’s scroll position**. 
     22Nothing runs automatically. Nothing loops. 
     23The page only moves when the user scrolls.
    2324
    24 Alle Effekte: <https://smartparallax.com/alle-effekte/>
     25SmartParallax is built with performance in mind. 
     26It uses a small, dependency-free JavaScript engine and GPU-accelerated transforms, keeping your site fast and responsive — even on mobile devices.
    2527
    26 ### Highlights
    27 * Scroll-linked animations (motion follows scroll position)
    28 * Smooth, GPU-accelerated parallax motion
    29 * Background parallax using `.parallax-image`
    30 * Container and section parallax using `.parallax-container`
    31 * Horizontal motion using `.parallax-x`
    32 * Stop-sensitive motion using the `-s` modifier
    33 * Speed modifiers (`parallax-05`, `parallax--05`, etc.)
    34 * Extremely lightweight, no dependencies
     28The plugin works out of the box with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most modern WordPress themes.
    3529
    36 Full documentation: <https://smartparallax.com>
     30Live demo: See all free effects in action and apply your first parallax effect in seconds. 
     31<https://smartparallax.com/wordpress-parallax-plugin-demo/>
    3732
    38 == Available Classes ==
     33=== Why SmartParallax ===
     34
     35* Scroll-linked motion that feels natural
     36* No code required — just add a CSS class
     37* Extremely lightweight (only a few KB)
     38* No jQuery, no frameworks, no dependencies
     39* Optimized for mobile devices
     40* Designed to preserve Core Web Vitals
     41
     42=== Available Classes ===
    3943
    4044| Class | Description |
    41 |-------|-------------|
    42 | `.parallax-image` | Creates a scroll-linked parallax background |
    43 | `.parallax-container` | Moves an entire block or section |
    44 | `.parallax-x` | Enables horizontal scroll-linked motion |
    45 | `.parallax-(--)` | Adjusts speed (e.g. `.parallax-05`, `.parallax--05`) |
    46 | `.parallax-[…]-s` | Stop-sensitive motion (movement stops after center) |
     45|------|-------------|
     46| `.parallax-image` | Moves only the background image |
     47| `.parallax-container` | Moves the entire block or section |
     48| `.parallax-x` | Enables horizontal movement |
     49| `.parallax-01 … 10` | Controls movement strength |
     50| `.parallax--01 … 10` | Inverted movement direction |
     51| `.parallax-[…]-s` | Stops movement at the center of the viewport |
     52
     53Examples:
     54* `.parallax-02` – subtle depth 
     55* `.parallax-05` – stronger parallax 
    4756
    4857== Screenshots ==
    4958
    50 1. Scroll-linked parallax background (vertical motion)
    51 2. Horizontal scroll-linked motion (`parallax-x`)
     591. Scroll-linked parallax background
     602. Horizontal parallax movement
    52613. Section and layout parallax
    53624. Stop-sensitive motion (`-s` modifier)
     
    5564== Installation ==
    5665
    57 1. Upload the plugin to `/wp-content/plugins/smart-parallax/`, 
    58    or install it via *Plugins → Add New*
     661. Install the plugin via *Plugins → Add New* 
     67   or upload it to `/wp-content/plugins/smart-parallax/`
    59682. Activate **SmartParallax**. 
    60 3. Add one of the provided CSS classes to any block or container.
     693. Add one of the provided CSS classes to any block or section.
     70
     71That’s it.
    6172
    6273== Frequently Asked Questions ==
    6374
    64 = Does SmartParallax use JavaScript? =
    65 Yes. It uses a small, dependency-free JavaScript engine with GPU-accelerated transforms.
     75= Will SmartParallax slow down my website? =
     76No. SmartParallax is designed to be extremely lightweight and performance-friendly.
    6677
    67 = Is SmartParallax time-based or scroll-based? =
    68 SmartParallax uses scroll-linked motion. All animations follow the scroll position directly.
     78= Do I need to write code? =
     79No. You only add CSS classes in the editor.
    6980
    70 = Is it compatible with page builders? =
    71 Yes. It works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most modern themes.
     81= Is the animation time-based? =
     82No. All effects are scroll-linked and follow the user’s scroll position.
    7283
    73 = Will it slow down my website? =
    74 No. SmartParallax is extremely lightweight and fully GPU-optimized.
     84= Does it work with page builders? =
     85Yes. It works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most themes.
    7586
    7687== Changelog ==
    7788
    7889= 1.0.6 =
    79 * Improved admin info page with clearer usage explanation and demos
     90* Improved readme clarity and focus on ease of use and performance.
    8091
    8192= 1.0.5 =
    82 * Updated: Readme demo reference now links to the complete effects overview.
    83 * Improved: Wording aligned with scroll-linked animation concept.
     93* Updated demo references and wording.
    8494
    8595= 1.0.4 =
    86 * Updated: Improved script initialization using `DOMContentLoaded` for better compatibility.
    87 * Added: New screenshots for WordPress.org listing.
    88 * Updated: Readme metadata for improved clarity.
     96* Improved script initialization.
     97* Added new screenshots.
    8998
    9099= 1.0.3 =
    91 * Updated: Confirmed compatibility with WordPress 6.9.
    92 * Improved: Minor internal enhancements.
     100* Confirmed compatibility with WordPress 6.9.
    93101
    94102= 1.0.2 =
    95 * Added: All unminified CSS and JS files included for WordPress.org compliance.
    96 * Improved: Internal asset handling.
     103* Included all unminified CSS and JS files for WordPress.org compliance.
    97104
    98105= 1.0.1 =
    99 * Fixed: Text domain now matches plugin slug (`smartparallax`).
    100 * Updated: Plugin URI adjusted to documentation.
     106* Fixed text domain to match plugin slug.
    101107
    102108= 1.0.0 =
     
    105111== Upgrade Notice ==
    106112
    107 = 1.0.5 =
    108 Updated demo reference and readme wording.
     113= 1.0.6 =
     114Improved wording and first-time user clarity.
    109115
    110116== License ==
Note: See TracChangeset for help on using the changeset viewer.