Interface Title.Times
- Enclosing interface:
Title
public static sealed interface Title.Times
Title times.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
times
Creates times.- Parameters:
fadeIn- the fade-in timestay- the stay timefadeOut- the fade-out time- Returns:
- times
- Since:
- 4.10.0
-
fadeIn
Duration fadeIn()Gets the time the title will fade-in.- Returns:
- the time the title will fade-in
- Since:
- 4.0.0
-
stay
Duration stay()Gets the time the title will stay.- Returns:
- the time the title will stay
- Since:
- 4.0.0
-
fadeOut
Duration fadeOut()Gets the time the title will fade-out.- Returns:
- the time the title will fade-out
- Since:
- 4.0.0
-