mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
uncomment animations
This commit is contained in:
+5
-5
@@ -1,6 +1,6 @@
|
|||||||
import * as Sentry from "@sentry/browser"
|
import * as Sentry from "@sentry/browser"
|
||||||
|
|
||||||
import { animate, spring, /* stagger */ } from 'motion'
|
import { animate, spring, stagger } from 'motion'
|
||||||
import loading, { AppendLoadingSymbol } from './seqta/ui/Loading'
|
import loading, { AppendLoadingSymbol } from './seqta/ui/Loading'
|
||||||
|
|
||||||
import updateVideo from 'url:./resources/update-video.mp4'
|
import updateVideo from 'url:./resources/update-video.mp4'
|
||||||
@@ -259,7 +259,7 @@ function OpenWhatsNewPopup() {
|
|||||||
{ easing: spring({ stiffness: 220, damping: 18 }) }
|
{ easing: spring({ stiffness: 220, damping: 18 }) }
|
||||||
)
|
)
|
||||||
|
|
||||||
/* animate(
|
animate(
|
||||||
'.whatsnewTextContainer *',
|
'.whatsnewTextContainer *',
|
||||||
{ opacity: [0, 1], y: [10, 0] },
|
{ opacity: [0, 1], y: [10, 0] },
|
||||||
{
|
{
|
||||||
@@ -267,7 +267,7 @@ function OpenWhatsNewPopup() {
|
|||||||
duration: 0.5,
|
duration: 0.5,
|
||||||
easing: [.22, .03, .26, 1]
|
easing: [.22, .03, .26, 1]
|
||||||
}
|
}
|
||||||
) */
|
)
|
||||||
|
|
||||||
browser.storage.local.remove(['justupdated'])
|
browser.storage.local.remove(['justupdated'])
|
||||||
|
|
||||||
@@ -2320,7 +2320,7 @@ async function loadHomePage() {
|
|||||||
// Appends the shortcut container into the home container
|
// Appends the shortcut container into the home container
|
||||||
document.getElementById('home-container')!.append(Notices.firstChild!)
|
document.getElementById('home-container')!.append(Notices.firstChild!)
|
||||||
|
|
||||||
/* animate(
|
animate(
|
||||||
'.home-container > div',
|
'.home-container > div',
|
||||||
{ opacity: [0, 1], y: [10, 0] },
|
{ opacity: [0, 1], y: [10, 0] },
|
||||||
{
|
{
|
||||||
@@ -2328,7 +2328,7 @@ async function loadHomePage() {
|
|||||||
duration: 0.6,
|
duration: 0.6,
|
||||||
easing: [.22, .03, .26, 1]
|
easing: [.22, .03, .26, 1]
|
||||||
}
|
}
|
||||||
) */
|
)
|
||||||
|
|
||||||
callHomeTimetable(TodayFormatted)
|
callHomeTimetable(TodayFormatted)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user