increased speed of animation
This commit is contained in:
@@ -138,7 +138,7 @@ export class MathService {
|
|||||||
decimals: number = 1
|
decimals: number = 1
|
||||||
) {
|
) {
|
||||||
const power = Math.pow(10, decimals);
|
const power = Math.pow(10, decimals);
|
||||||
const step = 1 / (power);
|
const step = 2 / (power);
|
||||||
let index = 0;
|
let index = 0;
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ export const environment = {
|
|||||||
nodes: 5,
|
nodes: 5,
|
||||||
stroke: 1,
|
stroke: 1,
|
||||||
spread: {
|
spread: {
|
||||||
amount: 10,
|
amount: 28,
|
||||||
spacing: 10
|
spacing: 16
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user