-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Description
Hi, have you tried SideCut.hide() with other Sides for example SideCut.hide(Side.RIGHT)?
in my example:
textSurface.play(
new Sequential(
ShapeReveal.create(textDaai, 750, SideCut.show(Side.RIGHT), false),
ShapeReveal.create(textDaai, 600, SideCut.hide(Side.RIGHT), true)));
only hide(Side.LEFT) works as expected.
Am i missing something here?
thanks in advance
Metadata
Metadata
Assignees
Labels
No labels