Disable fading by default for now

This commit is contained in:
Ajay Ramachandran
2021-08-19 13:21:30 -04:00
parent c5044d3ebd
commit 3c5316a11c

View File

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