时间:2021-05-26
ImageDrawer.js是一款可以实现动态绘制图片动画的jQuery插件。通过ImageDrawer.js插件,你可以制作在页面中绘制图片的动态过程,你可以控制绘制动画的持续时间等参数,非常有趣。
效果展示源码下载
使用方法
使用该动态绘制图片插件需要在页面中引入imagedrawer.css,jquery和imagedrawer.js文件。
<link rel="stylesheet" href="css/imagedrawer.css" type="text/css"/><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/imagedrawer.js"></script>HTML结构
在页面中插入你需要绘制的图片。
<div id="container"><img id="example" src="img.jpg"></div>初始化插件
在页面DOM元素加载完毕之后,可以通过下面的方法来初始化该图片绘制插件。
$('div#container').drawImage();配置参数
ImageDrawer.js图片绘制插件有以下一些可用的配置参数。
$(div#container).drawImge({duration: 20, @number - seconds it's take to draw the entire pictureInstead of specifying the duration on the whole animation,|| { it's also possible to set the duration of single drawing phases:borderPencil : 9, @number - seconds it's take to draw the picture by using only the pencil for borderspencilShades : 6, @number - seconds it's take to draw sharpest shades with black pencilcolorShades : 7.5, @number - seconds it's take to draw first, basic, vanish colorsfullColors : 7.5 @number - seconds it's take to define better all colors on the picture},background: '#949494', @string - background color for image while it's been drawingcallback: fn(), @function - function to execute after the last phasepencil: {height: '50px',width : '50px',src : './img/pencil.png' @string - path to the pencil image}});duration:绘制动画的持续时间。可以是一个整数,或是一个对象:
{borderPencil : 9, pencilShades : 6, colorShades : 7.5, fullColors : 7.5 }borderPencil:绘制边框需要的时间。
pencilShades:绘制黑白阴影部分需要的时间。
colorShades:绘制彩色阴影需要的时间。
fullColors;填充颜色需要的时间。
background:画布的背景颜色。
callback:回调函数。
pencil:在画布上方显示的铅笔小图标。
以上所述是小编给大家介绍的jQuery插件ImageDrawer.js实现动态绘制图片动画(附源码下载)的相关知识,希望对大家有所帮助!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
Androidshape绘制图形Android绘制图形可以使用shape也可以使用自定义控件的方式,这里我们说下shape的方式去实现。在绘制图形之前,我们先来
本文研究的主要是python+matplotlib实现动态绘制图片(交互式绘图)的相关内容,具体介绍和实现代码如下所示。 最近在研究动态障碍物避障算法,在Py
一、需求:上传视频,同时截取视频某一帧作为视频的封面。二、实现思路:利用canvas绘制图像的功能,绘制图像某一帧,这里绘制了第一帧,很简单就实现了。三、代码:
本文实例为大家分享了基于jQuery实现的手机端图片滑块动画源码,供大家参考,具体内容如下效果图:在线预览下载地址实例代码:适应手机端的jQuery图片滑块动画
excel绘制图形的过程中,必然会使用颜色,而且为了让图片更为真实,会使用渐变色这一概念,那么excel中如何使用渐变色,下面小编介绍excel绘制图形的渐