|
Fluid 1.3.0
Material Design for QtQuick and Qml
|
Displays an item and smoothly fades when its source changes. More...
Displays an item and smoothly fades when its source changes.
SmoothFadeLoader is a Fluid transition utility rather than a standalone Material 3 component. Its fade duration can be selected from the application's Material 3 motion tokens.
This component loads an item with a Loader and smoothly fade to another item when the source URL is changed.
Items are loaded synchronously, also the item being hidden is not unloaded to avoid an unpleasant "flash" after the transition.
Example of usage:
Definition at line 40 of file SmoothFadeLoader.qml.