If TRUE, the squeezer will interpolate its size between the one of the previous visible child and the one of the new visible child, according to the set transition duration and the orientation, e.g. if the squeezer is horizontal, it will interpolate the its height.
Squeezer.interpolateSize
bool interpolateSize() @propertyGet interpolateSize property.
Returns
Whether the squeezer interpolates its size when changing the visible child.
Deprecated
void interpolateSize(bool propval) @propertySet interpolateSize property.
Parameters
propval | Whether the squeezer interpolates its size when changing the visible child. If TRUE, the squeezer will interpolate its size between the one of the previous visible child and the one of the new visible child, according to the set transition duration and the orientation, e.g. if the squeezer is horizontal, it will interpolate the its height. |