easeType
An option that describes the animation’s change in pace over time.
Overview
The default type is none, which is synonymous with linear timing.
Ease Types
nonePaces the action at a constant rate.
inPaces the action slower at the beginning.
outPaces the action slower at the end.
inoutPaces the action slower at the beginning and end.
Declaration
uniform token easeType = "none"