标签:
PFold.js是一款折叠纸片插件,支持定义折叠纸牌数量、折叠动画效果、折叠方向,而且还支持折叠结束后回调方法。
效果一 | 效果二 | 效果三 |
参数 | 描述 | 默认值 |
perspective | 透视度 | 1200 |
speed | 打开纸卡速度 | 450 |
easing | 动画效果 | linear |
folddelay | 折叠延迟时间 | 0 |
folds | 折叠次数 | 2 |
folddirection | 折叠方向顺序 | [‘right‘,‘top‘] |
overlays | 遮盖物 | true |
centered | 是否居中 | false |
containerSpeedFactor | [0 - 1] specify a different speed for the container‘s translation | 1 |
containerEasing | easing for the container transition this is only valid if centered is true | linear |
方法Method |
||
onEndFolding | onEndFolding : function() { return false; } | - |
onEndUnfolding | onEndUnfolding : function() { return false; } | - |
标签:
原文地址:http://www.cnblogs.com/niuboren/p/5771691.html