Skip to content
Snippets Groups Projects
Commit 7940e7c0 authored by Dj's avatar Dj
Browse files

Some particle adjustments

parent efe992b4
No related branches found
No related tags found
No related merge requests found
...@@ -90,15 +90,15 @@ ...@@ -90,15 +90,15 @@
// rendering height and it's the anchor to get the y offset // rendering height and it's the anchor to get the y offset
// to simulate scrolling. // to simulate scrolling.
contentId: 'content', contentId: 'content',
fps: 30, fps: 24,
depth: 2, depth: 2.5,
}, },
particles: { particles: {
amount: 100, amount: 50,
color: 'white', color: 'white',
size: 30, size: 40,
speed: 0.5, speed: 0.5,
lifespan: 3000 // in milliseconds lifespan: 12000 // in milliseconds
} }
} }
var bgParticleConfig = { var bgParticleConfig = {
...@@ -109,15 +109,15 @@ ...@@ -109,15 +109,15 @@
// rendering height and it's the anchor to get the y offset // rendering height and it's the anchor to get the y offset
// to simulate scrolling. // to simulate scrolling.
contentId: 'content', contentId: 'content',
fps: 16, fps: 14,
depth: 0.08, depth: 0.08,
}, },
particles: { particles: {
amount: 200, amount: 150,
color: 'white', color: 'white',
size: 10, size: 7,
speed: 0.2, speed: 0.2,
lifespan: 4000 // in milliseconds lifespan: 8000 // in milliseconds
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment