摘要:
/*API-93*/Paper.path()Paper.path(pathString)在一个路径上画线参数列表:pathString 可选参数 由单个字母加特殊数据类型和1符号构成如:M 250 720 0 50 代表从(250,720)到(0,50)之间划线 M 250 850 l 0 -50... 阅读全文
摘要:
/*API-93*/Paper.path()Paper.path(pathString)在一个路径上画线参数列表:pathString 可选参数 由单个字母加特殊数据类型和1符号构成如:M 250 720 0 50 代表从(250,720)到(0,50)之间划线 M 250 850 l 0 -50 ... 阅读全文
摘要:
/*API-6*/Element.animate()为给定的元素创建和启动动画参数列表:1:参数 Object类型 为最终的元素设置属性[比如在Element.drag()中的onend事件中设置元素属性: function onend() { this.animate({"fill-op... 阅读全文
摘要:
/*API-6*/Element.animate()为给定的元素创建和启动动画参数列表:1:参数 Object类型 为最终的元素设置属性[比如在Element.drag()中的onend事件中设置元素属性: function onend() { this.animate({"fill-o... 阅读全文
摘要:
/*(API-13)*/Element.drag();Element.drag(onmove,onstart,onend,[mcontext],[scontext],[econtext])带[]为可选参数参数列表:onmove function { 对于moving移动中的处理操作 }onsta... 阅读全文
摘要:
/*(API-13)*/Element.drag();Element.drag(onmove,onstart,onend,[mcontext],[scontext],[econtext])带[]为可选参数参数列表:onmove function { 对于moving移动中的处理操作 }onstar... 阅读全文