alpha
Login
or
Join now
flo-bit.dev
/
flo-bit.github.io
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte
flo-bit.dev/
portfolio
portfolio-website
svelte
sveltekit
tailwind
threejs
threlte
typescript
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
small fix interactivity
author
Florian
date
2 years ago
(Jan 22, 2024, 5:50 AM +0100)
commit
a546b925
a546b92566cc630416f225abd044351ba24830cb
parent
6cd9c4c8
6cd9c4c80d1c0e2ee457f61e196218bab9b1dce0
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
lib
3D
Scene.svelte
+2
-2
src/lib/3D/Scene.svelte
View file
Reviewed
···
17
17
0,
18
18
{
19
19
stiffness: 0.1,
20
20
-
damping: 0.05
20
20
+
damping: 0.1
21
21
}
22
22
);
23
23
let size = spring(
···
75
75
76
76
<PlanetModel
77
77
on:click={() => {
78
78
-
rotate.set($rotate + 4);
78
78
+
rotate.set($rotate + 1);
79
79
}}
80
80
on:pointerleave={() => {
81
81
size.set(2)