public interface IOptionalBlackTransition extends ITransitionValueBase
Optional black slide transition effect.
Modifier and Type | Method and Description |
---|---|
boolean |
getFromBlack()
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
|
void |
setFromBlack(boolean value)
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
|
boolean getFromBlack()
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
Read/write boolean
.
void setFromBlack(boolean value)
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
Read/write boolean
.