|
Fluid 1.3.0
Material Design for QtQuick and Qml
|
Displays an image and smoothly fades when its source changes. More...
Displays an image and smoothly fades when its source changes.
SmoothFadeImage 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 can be used in place of an Image when a smooth fade animation between two sources is needed.
When the source is changed and the fade animation ends, the image loaded before is unloaded; this means that only one image at a time is loaded.
Images are loaded asynchronously and are not cache, so unlike the Image component the asynchronous and cache properties are not available.
Example of usage:
Definition at line 45 of file SmoothFadeImage.qml.