Create a component for scrolling huge titles

This commit is contained in:
2021-11-16 22:35:42 +01:00
parent 4b05186662
commit ed62030b29
8 changed files with 111 additions and 13 deletions

12
pnpm-lock.yaml generated
View File

@@ -4,8 +4,10 @@ specifiers:
'@sveltejs/adapter-node': next
'@sveltejs/adapter-vercel': next
'@sveltejs/kit': next
'@types/animejs': ^3.1.4
'@typescript-eslint/eslint-plugin': ^5.3.1
'@typescript-eslint/parser': ^5.3.1
animejs: ^3.2.1
dayjs: ^1.10.7
embla-carousel: ^5.0.1
eslint: ^8.2.0
@@ -21,6 +23,7 @@ specifiers:
typescript: ^4.4.4
dependencies:
animejs: 3.2.1
dayjs: 1.10.7
embla-carousel: 5.0.1
focus-visible: 5.2.0
@@ -30,6 +33,7 @@ devDependencies:
'@sveltejs/adapter-node': 1.0.0-next.55
'@sveltejs/adapter-vercel': 1.0.0-next.31
'@sveltejs/kit': 1.0.0-next.196_sass@1.43.4+svelte@3.44.1
'@types/animejs': 3.1.4
'@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517
'@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4
eslint: 8.2.0
@@ -161,6 +165,10 @@ packages:
- supports-color
dev: true
/@types/animejs/3.1.4:
resolution: {integrity: sha512-WUjeFT2SXd6intfE6cg6eL1jk/JL88JqM2gC4WqO4iHLmbCvHUq6aoLK13lGpDWs4FtS2PHoYraJZ0dEx99Dyg==}
dev: true
/@types/json-schema/7.0.9:
resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==}
dev: true
@@ -308,6 +316,10 @@ packages:
uri-js: 4.4.1
dev: true
/animejs/3.2.1:
resolution: {integrity: sha512-sWno3ugFryK5nhiDm/2BKeFCpZv7vzerWUcUPyAZLDhMek3+S/p418ldZJbJXo5ZUOpfm2kP2XRO4NJcULMy9A==}
dev: false
/ansi-colors/4.1.1:
resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==}
engines: {node: '>=6'}