[Feature request] Add a hold_for
parameter to be able to customize on screen time
#12
Labels
enhancement
New feature or request
hacktoberfest
Hacktoberfest Participations
help wanted
Extra attention is needed
Milestone
From what I understand, currently the only parameters to adjust the on screen time are the
duration
parameter and thewait_to_start
parameter (what theAfterEnd
does is a bit obscure by the way). It seem that the element directly fades out after the fade in is finished.We would benefit by having a
hold_for
parameter to keep the element dt seconds on screen before the fade out starts.fade_in => hold => fade_out
The text was updated successfully, but these errors were encountered: