Changeset 3401659
- Timestamp:
- 11/24/2025 08:37:25 AM (4 months ago)
- Location:
- smartparallax
- Files:
-
- 2 edited
-
tags/1.0.2/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smartparallax/tags/1.0.2/readme.txt
r3401621 r3401659 21 21 = Highlights = 22 22 23 * 🚀 GPU-accelerated scroll motion 24 * 🎨 Controlled via simple CSS class names 25 * 🧱 Works with all block themes and page builders 26 * 📱 Fully responsive and accessibility-friendly 27 * ⚙️ Lightweight JS + CSS system 23 * Smooth parallax motion based on scroll position 24 * Background parallax via `.parallax-image` 25 * Container parallax via `.parallax-container` 26 * Horizontal motion using `.parallax-x` 27 * Speed modifiers (`parallax-3`, `parallax--05`, etc.) 28 * Optional stop-sensitive behavior using `-s` modifiers 29 * Automatic background-layer injection 30 * GPU-accelerated transforms 31 * Works with Gutenberg, Elementor, Bricks und mehr 32 33 Full documentation, examples and demo pages available at: 34 https://smartparallax.com/ 28 35 29 36 == Available Classes == -
smartparallax/trunk/readme.txt
r3401609 r3401659 21 21 = Highlights = 22 22 23 * 🚀 GPU-accelerated scroll motion 24 * 🎨 Controlled via simple CSS class names 25 * 🧱 Works with all block themes and page builders 26 * 📱 Fully responsive and accessibility-friendly 27 * ⚙️ Lightweight JS + CSS system 23 * Smooth parallax motion based on scroll position 24 * Background parallax via `.parallax-image` 25 * Container parallax via `.parallax-container` 26 * Horizontal motion using `.parallax-x` 27 * Speed modifiers (`parallax-3`, `parallax--05`, etc.) 28 * Optional stop-sensitive behavior using `-s` modifiers 29 * Automatic background-layer injection 30 * GPU-accelerated transforms 31 * Works with Gutenberg, Elementor, Bricks und mehr 32 33 Full documentation, examples and demo pages available at: 34 https://smartparallax.com/ 28 35 29 36 == Available Classes ==
Note: See TracChangeset
for help on using the changeset viewer.