2
0

little animation improvements

This commit is contained in:
2018-09-03 09:43:40 +02:00
parent a238574aaf
commit d323d9d600
4 changed files with 10 additions and 8 deletions

View File

@@ -22,7 +22,8 @@ export const environment = {
colors: {
secondary: '#F8485E',
primary: '#5CC0C7'
}
},
autoHeight: false
},
formDefaults: {
width: 10,

View File

@@ -23,24 +23,24 @@ export const environment = {
primary: '#129490',
secondary: '#CE1483'
},
autoSize: true
autoHeight: true
},
formDefaults: {
width: 1,
width: 1e-10,
height: 1,
scale: 0.4,
overlap: 0.6,
overlap: 0.3,
vectors: {
start: 1,
end: 0,
range: 0.6,
spacing: 7
},
nodes: 5,
nodes: 3,
stroke: 0.7,
spread: {
amount: 30,
spacing: 10
spacing: 20
}
}
};