ParallaxView QML Type
A parallax scrolling effect container. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- scrollable : Item
- source : Item
- speed : real
Detailed Description
ParallaxView provides a parallax scrolling effect by moving its source item at a different speed relative to the scrollable content, creating a sense of depth as the user scrolls.
Property Documentation
scrollable : Item
The scrollable content item that drives the parallax effect. As this item scrolls, the source item moves at a different speed to create the parallax depth effect.
source : Item
The item that serves as the parallax background layer. This item moves at a rate determined by the speed property relative to the scrollable content.
speed : real
The relative speed factor of the parallax background compared to the scrollable content. Values between 0.0 and 1.0 cause the background to move slower than the content, while values greater than 1.0 make it move faster.