jQuery图片绘制动画过程插件imagedrawer

jQuery图片绘制动画过程插件imagedrawer-精品资源网
jQuery图片绘制动画过程插件imagedrawer
此内容为免费资源,请登录后查看
0
免费资源

jQuery图片绘制动画过程插件imagedrawer

imagedrawer是一款jQuery图片绘制动画过程插件,支持制作在页面中绘制图片的动态过程,可以控制绘制动画的持续时间等参数。

js代码

<script src=\"js/jquery-1.11.0.min.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\" src=\"js/imagedrawer.js\"></script>
<script type=\"text/javascript\">
  $(document).ready(function() {
	$(\'div#container\').drawImage({
	  pencil: {
		marginLeft: -15,
		marginTop : -40,
		height    : \'50px\',
		width     : \'50px\',
		src       : \'./img/pencil.png\'
	  }
	});
  });
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容