Split constructor
Creates a split curve.
Implementation
const Split(
this.split, {
this.beginCurve = Curves.linear,
this.endCurve = Curves.easeOutCubic,
});
Creates a split curve.
const Split(
this.split, {
this.beginCurve = Curves.linear,
this.endCurve = Curves.easeOutCubic,
});