Changeset 3461245
- Timestamp:
- 02/14/2026 07:43:27 AM (6 weeks ago)
- Location:
- smartparallax
- Files:
-
- 4 edited
-
tags/1.0.7/readme.txt (modified) (5 diffs)
-
tags/1.0.7/smartparallax.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/smartparallax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smartparallax/tags/1.0.7/readme.txt
r3455813 r3461245 1 === SmartParallax – Scroll-Linked Animations & Parallax Effects ===1 === SmartParallax – Parallax Scroll Effects & Scroll Animations === 2 2 Contributors: smartparallax 3 3 Plugin URI: https://smartparallax.com/documentation/ 4 4 Author URI: https://smartparallax.com/ 5 Tags: parallax, scroll animation, performance, lightweight, core web vitals5 Tags: parallax, parallax scroll, scroll animation, scroll effect, elementor 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 Create scroll-linked parallax effects in WordPress — without JavaScript setup and without performance loss.12 Create parallax scroll effects and scroll animations in WordPress — without JavaScript setup and without performance loss. 13 13 14 14 SmartParallax moves elements only when the user scrolls. … … 28 28 You don’t write JavaScript. 29 29 You don’t configure timelines. 30 You simply add a CSS class to a block, image or section — and the effect works instantly.30 You simply add a CSS class to a block, image or section — and the parallax scroll effect works instantly. 31 31 32 32 SmartParallax uses a small, dependency-free JavaScript engine and GPU-accelerated transforms. … … 35 35 The plugin works out of the box with: 36 36 Gutenberg (Block Editor), Full Site Editing (FSE), Elementor, Bricks, Divi, Oxygen, WPBakery and most modern WordPress themes. 37 38 Perfect for: 39 40 * Parallax scroll sections 41 * Scroll animations in Elementor 42 * Gutenberg scroll effects 43 * Background parallax images 44 * Lightweight animation on scroll 37 45 38 46 Live demo: See all free effects in action. … … 91 99 92 100 = Does it work with the WordPress Site Editor (FSE)? = 93 Yes. SmartParallax works with the Block Editor, Full Site Editing themes and all major page builders .101 Yes. SmartParallax works with the Block Editor, Full Site Editing themes and all major page builders including Elementor. 94 102 95 103 == Changelog == -
smartparallax/tags/1.0.7/smartparallax.php
r3451678 r3461245 1 1 <?php 2 2 /** 3 * Plugin Name: SmartParallax – Scroll-Linked Animations & Parallax Effects3 * Plugin Name: SmartParallax – Parallax Scroll Effects & Scroll Animations 4 4 * Plugin URI: https://smartparallax.com/documentation/ 5 5 * Description: Lightweight GPU-accelerated scroll-linked animation system for parallax effects in WordPress. -
smartparallax/trunk/readme.txt
r3455813 r3461245 1 === SmartParallax – Scroll-Linked Animations & Parallax Effects ===1 === SmartParallax – Parallax Scroll Effects & Scroll Animations === 2 2 Contributors: smartparallax 3 3 Plugin URI: https://smartparallax.com/documentation/ 4 4 Author URI: https://smartparallax.com/ 5 Tags: parallax, scroll animation, performance, lightweight, core web vitals5 Tags: parallax, parallax scroll, scroll animation, scroll effect, elementor 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 Create scroll-linked parallax effects in WordPress — without JavaScript setup and without performance loss.12 Create parallax scroll effects and scroll animations in WordPress — without JavaScript setup and without performance loss. 13 13 14 14 SmartParallax moves elements only when the user scrolls. … … 28 28 You don’t write JavaScript. 29 29 You don’t configure timelines. 30 You simply add a CSS class to a block, image or section — and the effect works instantly.30 You simply add a CSS class to a block, image or section — and the parallax scroll effect works instantly. 31 31 32 32 SmartParallax uses a small, dependency-free JavaScript engine and GPU-accelerated transforms. … … 35 35 The plugin works out of the box with: 36 36 Gutenberg (Block Editor), Full Site Editing (FSE), Elementor, Bricks, Divi, Oxygen, WPBakery and most modern WordPress themes. 37 38 Perfect for: 39 40 * Parallax scroll sections 41 * Scroll animations in Elementor 42 * Gutenberg scroll effects 43 * Background parallax images 44 * Lightweight animation on scroll 37 45 38 46 Live demo: See all free effects in action. … … 91 99 92 100 = Does it work with the WordPress Site Editor (FSE)? = 93 Yes. SmartParallax works with the Block Editor, Full Site Editing themes and all major page builders .101 Yes. SmartParallax works with the Block Editor, Full Site Editing themes and all major page builders including Elementor. 94 102 95 103 == Changelog == -
smartparallax/trunk/smartparallax.php
r3451677 r3461245 1 1 <?php 2 2 /** 3 * Plugin Name: SmartParallax – Scroll-Linked Animations & Parallax Effects3 * Plugin Name: SmartParallax – Parallax Scroll Effects & Scroll Animations 4 4 * Plugin URI: https://smartparallax.com/documentation/ 5 5 * Description: Lightweight GPU-accelerated scroll-linked animation system for parallax effects in WordPress.
Note: See TracChangeset
for help on using the changeset viewer.