Added a notice that starts faded

This commit is contained in:
Ajay Ramachandran
2021-06-30 21:50:54 -04:00
parent 0086f00889
commit 7adf0ad169
3 changed files with 28 additions and 7 deletions

View File

@@ -150,6 +150,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
amountOfPreviousNotices={this.amountOfPreviousNotices}
idSuffix={this.idSuffix}
fadeIn={true}
startFaded={true}
timed={true}
maxCountdownTime={this.state.maxCountdownTime}
videoSpeed={() => this.contentContainer().v?.playbackRate}