Wave QML Type
Provides a wave animation for transitioning between views of content. More...
Import Statement: | import Fluid.Controls 1.1 |
Properties
- abstractHeight : real
- abstractWidth : real
- diameter : real
- initialX : real
- initialY : real
- open : bool
- size : real
Signals
- void finished(bool open)
Methods
Detailed Description
For more information you can read the Material Design guidelines.
Property Documentation
abstractHeight : real |
This property holds the abstract height of the wave.
abstractWidth : real |
This property holds the abstract width of the wave.
diameter : real |
This property holds the diameter of the completely open wave.
initialX : real |
This property holds the horizontal center of the wave.
initialY : real |
This property holds the vertical center of the wave.
open : bool |
This property holds whether the wave is open.
size : real |
This property holds the current size of the wave.
Signal Documentation
void finished(bool open) |
This signal is emitted, when the wave has finished opening or closing. open defines, whether the wave was being opened or closed.
Note: The corresponding handler is onFinished
.