Liri Fluid API

Wave QML Type

Provides a wave animation for transitioning between views of content. More...

Import Statement: import Fluid.Controls 1.1

Properties

Signals

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(open)

This signal is emitted, when the wave has finished opening or closing. open defines, whether the wave was being opened or closed.


Method Documentation

void closeWave(x, real y)

Closes the wave centering the wave at (x, y).


void openWave(x, real y)

Opens the wave centering the wave at (x, y).