Changeset 3446431
- Timestamp:
- 01/25/2026 08:14:28 AM (2 months ago)
- Location:
- smartparallax
- Files:
-
- 2 edited
-
tags/1.0.6/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smartparallax/tags/1.0.6/readme.txt
r3442755 r3446431 3 3 Plugin URI: https://smartparallax.com/documentation/ 4 4 Author URI: https://smartparallax.com/ 5 Tags: parallax, parallax background, scroll background, scroll animation, scroll effects, gpu animation5 Tags: parallax, scroll animation, performance, lightweight, gpu animation, core web vitals 6 6 Requires at least: 6.0 7 7 Tested up to: 6.9 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Lightweight GPU-accelerated scroll-linked animations and parallax effects for modern WordPress sites.12 Add smooth, high-performance parallax effects to WordPress — without slowing down your site. 13 13 14 14 == Description == 15 15 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. 17 No coding, no setup, no heavy libraries. 18 18 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. 19 You simply add a CSS class to a block, image or section — and the effect is visible immediately. 21 20 22 SmartParallax works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and virtually every modern WordPress theme. 21 All movements are **directly linked to the user’s scroll position**. 22 Nothing runs automatically. Nothing loops. 23 The page only moves when the user scrolls. 23 24 24 Alle Effekte: <https://smartparallax.com/alle-effekte/> 25 SmartParallax is built with performance in mind. 26 It uses a small, dependency-free JavaScript engine and GPU-accelerated transforms, keeping your site fast and responsive — even on mobile devices. 25 27 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 28 The plugin works out of the box with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most modern WordPress themes. 35 29 36 Full documentation: <https://smartparallax.com> 30 Live demo: See all free effects in action and apply your first parallax effect in seconds. 31 <https://smartparallax.com/wordpress-parallax-plugin-demo/> 37 32 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 === 39 43 40 44 | 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 53 Examples: 54 * `.parallax-02` – subtle depth 55 * `.parallax-05` – stronger parallax 47 56 48 57 == Screenshots == 49 58 50 1. Scroll-linked parallax background (vertical motion)51 2. Horizontal scroll-linked motion (`parallax-x`)59 1. Scroll-linked parallax background 60 2. Horizontal parallax movement 52 61 3. Section and layout parallax 53 62 4. Stop-sensitive motion (`-s` modifier) … … 55 64 == Installation == 56 65 57 1. Upload the plugin to `/wp-content/plugins/smart-parallax/`,58 or install it via *Plugins → Add New*.66 1. Install the plugin via *Plugins → Add New* 67 or upload it to `/wp-content/plugins/smart-parallax/`. 59 68 2. Activate **SmartParallax**. 60 3. Add one of the provided CSS classes to any block or container. 69 3. Add one of the provided CSS classes to any block or section. 70 71 That’s it. 61 72 62 73 == Frequently Asked Questions == 63 74 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? = 76 No. SmartParallax is designed to be extremely lightweight and performance-friendly. 66 77 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? = 79 No. You only add CSS classes in the editor. 69 80 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? = 82 No. All effects are scroll-linked and follow the user’s scroll position. 72 83 73 = Will it slow down my website? =74 No. SmartParallax is extremely lightweight and fully GPU-optimized.84 = Does it work with page builders? = 85 Yes. It works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most themes. 75 86 76 87 == Changelog == 77 88 78 89 = 1.0.6 = 79 * Improved admin info page with clearer usage explanation and demos90 * Improved readme clarity and focus on ease of use and performance. 80 91 81 92 = 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. 84 94 85 95 = 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. 89 98 90 99 = 1.0.3 = 91 * Updated: Confirmed compatibility with WordPress 6.9. 92 * Improved: Minor internal enhancements. 100 * Confirmed compatibility with WordPress 6.9. 93 101 94 102 = 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. 97 104 98 105 = 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. 101 107 102 108 = 1.0.0 = … … 105 111 == Upgrade Notice == 106 112 107 = 1.0. 5=108 Updated demo reference and readme wording.113 = 1.0.6 = 114 Improved wording and first-time user clarity. 109 115 110 116 == License == -
smartparallax/trunk/readme.txt
r3442755 r3446431 3 3 Plugin URI: https://smartparallax.com/documentation/ 4 4 Author URI: https://smartparallax.com/ 5 Tags: parallax, parallax background, scroll background, scroll animation, scroll effects, gpu animation5 Tags: parallax, scroll animation, performance, lightweight, gpu animation, core web vitals 6 6 Requires at least: 6.0 7 7 Tested up to: 6.9 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Lightweight GPU-accelerated scroll-linked animations and parallax effects for modern WordPress sites.12 Add smooth, high-performance parallax effects to WordPress — without slowing down your site. 13 13 14 14 == Description == 15 15 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. 17 No coding, no setup, no heavy libraries. 18 18 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. 19 You simply add a CSS class to a block, image or section — and the effect is visible immediately. 21 20 22 SmartParallax works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and virtually every modern WordPress theme. 21 All movements are **directly linked to the user’s scroll position**. 22 Nothing runs automatically. Nothing loops. 23 The page only moves when the user scrolls. 23 24 24 Alle Effekte: <https://smartparallax.com/alle-effekte/> 25 SmartParallax is built with performance in mind. 26 It uses a small, dependency-free JavaScript engine and GPU-accelerated transforms, keeping your site fast and responsive — even on mobile devices. 25 27 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 28 The plugin works out of the box with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most modern WordPress themes. 35 29 36 Full documentation: <https://smartparallax.com> 30 Live demo: See all free effects in action and apply your first parallax effect in seconds. 31 <https://smartparallax.com/wordpress-parallax-plugin-demo/> 37 32 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 === 39 43 40 44 | 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 53 Examples: 54 * `.parallax-02` – subtle depth 55 * `.parallax-05` – stronger parallax 47 56 48 57 == Screenshots == 49 58 50 1. Scroll-linked parallax background (vertical motion)51 2. Horizontal scroll-linked motion (`parallax-x`)59 1. Scroll-linked parallax background 60 2. Horizontal parallax movement 52 61 3. Section and layout parallax 53 62 4. Stop-sensitive motion (`-s` modifier) … … 55 64 == Installation == 56 65 57 1. Upload the plugin to `/wp-content/plugins/smart-parallax/`,58 or install it via *Plugins → Add New*.66 1. Install the plugin via *Plugins → Add New* 67 or upload it to `/wp-content/plugins/smart-parallax/`. 59 68 2. Activate **SmartParallax**. 60 3. Add one of the provided CSS classes to any block or container. 69 3. Add one of the provided CSS classes to any block or section. 70 71 That’s it. 61 72 62 73 == Frequently Asked Questions == 63 74 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? = 76 No. SmartParallax is designed to be extremely lightweight and performance-friendly. 66 77 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? = 79 No. You only add CSS classes in the editor. 69 80 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? = 82 No. All effects are scroll-linked and follow the user’s scroll position. 72 83 73 = Will it slow down my website? =74 No. SmartParallax is extremely lightweight and fully GPU-optimized.84 = Does it work with page builders? = 85 Yes. It works with Gutenberg, Elementor, Bricks, Divi, Oxygen, WPBakery and most themes. 75 86 76 87 == Changelog == 77 88 78 89 = 1.0.6 = 79 * Improved admin info page with clearer usage explanation and demos90 * Improved readme clarity and focus on ease of use and performance. 80 91 81 92 = 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. 84 94 85 95 = 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. 89 98 90 99 = 1.0.3 = 91 * Updated: Confirmed compatibility with WordPress 6.9. 92 * Improved: Minor internal enhancements. 100 * Confirmed compatibility with WordPress 6.9. 93 101 94 102 = 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. 97 104 98 105 = 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. 101 107 102 108 = 1.0.0 = … … 105 111 == Upgrade Notice == 106 112 107 = 1.0. 5=108 Updated demo reference and readme wording.113 = 1.0.6 = 114 Improved wording and first-time user clarity. 109 115 110 116 == License ==
Note: See TracChangeset
for help on using the changeset viewer.