Add: Make Front use background and transitions

This commit is contained in:
2024-05-16 22:11:56 +03:00
parent 573a28a36a
commit 2a9c2c598f
7 changed files with 92 additions and 20 deletions
+4
View File
@@ -5,6 +5,8 @@ import { writable } from "svelte/store";
* x: number,
* y: number,
* scale: number,
* follow: number,
* glow: number,
* }} data;
*/
@@ -13,4 +15,6 @@ export default writable({
x: 0.5,
y: 0.5,
scale: 1.0,
follow: 1.0,
glow: 0.0,
});