var animation = bodymovin.loadAnimation({
	container: document.getElementById('anim'),
	rederer: 'svg',
	loop: true,
	autoplay: true,
	path: 'data.json'	
})