diff options
author | Ajay Ramachandran <[email protected]> | 2021-08-19 13:21:30 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-08-19 13:21:30 -0400 |
commit | 3c5316a11c07c436083354efaff564ce1609c8cf (patch) | |
tree | 5b6213e3595daefddd7d07104e33a7688a88c253 | |
parent | c5044d3ebd51c6a01b4b7d7c643f6842bca912ec (diff) | |
download | SponsorBlock-3c5316a11c07c436083354efaff564ce1609c8cf.tar.gz SponsorBlock-3c5316a11c07c436083354efaff564ce1609c8cf.zip |
Disable fading by default for now
-rw-r--r-- | src/components/SkipNoticeComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SkipNoticeComponent.tsx b/src/components/SkipNoticeComponent.tsx index a98e2f4d..b3231404 100644 --- a/src/components/SkipNoticeComponent.tsx +++ b/src/components/SkipNoticeComponent.tsx @@ -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} |