mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
normalize prec, flux and river width
This commit is contained in:
parent
c2a9e4ad5d
commit
2b481caa84
3 changed files with 2 additions and 3 deletions
|
|
@ -545,7 +545,6 @@ function togglePrec(event) {
|
|||
function drawPrec() {
|
||||
prec.selectAll("circle").remove();
|
||||
const {cells, points} = grid;
|
||||
|
||||
prec.style("display", "block");
|
||||
const show = d3.transition().duration(800).ease(d3.easeSinIn);
|
||||
prec.selectAll('text').attr('opacity', 0).transition(show).attr('opacity', 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue