Fluid
|
Displays an image and smoothly fade when the source is changed. More...
Displays an image and smoothly fade when the source is changed.
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: