Repositories (3)

flanimals
1 snippets stored for this repo
JavaScript IconJavaScript
return el.id !== g.geoToFind;
	}); // remove found country from shortlist

	d3.select('div#container').append('div').attr('id', 'lockElements'); // lay transparent div over element selection div in order to prevent 2 searches at a time which would cock up reprojection
	d3.select('div#container').append('div').attr('id', 'lockCollection'); // lay transparent div over collection selection div in order to prevent 2 searches at a time which would cock up reprojection
	d3.selectAll('img.subitem').transition().style('opacity', 0.7); // // add// remove visual clue that dragging is disabled  visual clue that dragging is disabled
supernova
1 snippets stored for this repo
JavaScript IconJavaScript
return el.id !== g.geoToFind;
	}); // remove found country from shortlist

	d3.select('div#container').append('div').attr('id', 'lockElements'); // lay transparent div over element selection div in order to prevent 2 searches at a time which would cock up reprojection
	d3.select('div#container').append('div').attr('id', 'lockCollection'); // lay transparent div over collection selection div in order to prevent 2 searches at a time which would cock up reprojection
	d3.selectAll('img.subitem').transition().style('opacity', .7); // // add// remove visual clue that dragging is disabled  visual clue that dragging is disabled
flanimals-stat-board
2 snippets stored for this repo
CSS IconCSS
z-index: 1;
} /* this div gets created during the reprojection of the world (setOrginalMapState) to disallow parallel searches and cock-ups of zooms, pans and mainly decolouring   */
JavaScript IconJavaScript
return el.id !== g.geoToFind;
	}); // remove found country from shortlist

	d3.select('div#container').append('div').attr('id', 'lockElements'); // lay transparent div over element selection div in order to prevent 2 searches at a time which would cock up reprojection
	d3.select('div#container').append('div').attr('id', 'lockCollection'); // lay transparent div over collection selection div in order to prevent 2 searches at a time which would cock up reprojection
	d3.selectAll('img.subitem').transition().style('opacity', .7); // // add// remove visual clue that dragging is disabled  visual clue that dragging is disabled