地图定位+定位js
北京/UI设计师/7年前/2003浏览
版权
地图定位+定位js
信息可视化
信息可视化是可视化技术在非空间数据领域的应用,可以增强数据呈现效果,让用户以直观交互的方式实现对数据的观察和浏览,从而发现数据中隐藏的特征、关系和模式。
下面附上js代码:
<!DOCTYPE html>
<html style="width: 100%;height: 100%">
<head>
<script src="build/player/lottie.js"></script>
</head>
<body style="background-color:#ccc; margin: 0px;height: 100%;">
<div style="width:100%;height:100%;background-color:#333;" id="bodymovin"></div>
<script>
var animData = {
wrapper: document.getElementById('bodymovin'),
animType: 'html',
loop: true,
prerender: true,
autoplay: true,
path: 'data.json'
};
var anim = bodymovin.loadAnimation(animData);
</script>
</body>
</html>
26
Report
声明
12
Share
相关推荐
in to comment
Add emoji
喜欢TA的作品吗?喜欢就快来夸夸TA吧!
You may like
相关收藏夹
Log in
26Log in and synchronize recommended records
12Log in and add to My Favorites
评论Log in and comment your thoughts
分享Share



























































