Site is in early stage of development. Right now we are updating panels documentation.
Hides an object either in the shape of a line or a circle.
Type enumeration = Linear
Determines how to wipe an object out. Either by line or a circle.
Values
Linear # wipes by line
Radial # wipes by circle
Angle if Type = Linear = 0
It's an Angle which can be found by the link above.
An angle which to rotate wiping border at. 0 angle points down below which makes Progress moving wiping border up and down (by default).
Center percentage[2] if Type = Radial = (X: 50%, Y: 50%)
A center of a wiping circle which contains visible object part in terms of percent where 50% signify the object center.
Values
X # X center coordinate of the wiping circle
Y # Y center coordinate of the wiping circle
Progress percentage = 50%
Specifies how much is erased.
Values
{positive value} # erases object by a specified percent
0 # keeps object intact
Feather = 0
Specifies the strength of border blur between visible object part and hidden.
Values
{positive value} # blurs border between hidden and visible area
0 # disables blur of the border
{negative value} # not a valid value
Hiding shapes gracefully during animation imitating Wipe PowerPoint effect.