Add: Make Front use background and transitions
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user