Skip to content

0.8.5

Latest
Compare
Choose a tag to compare
@Caldis Caldis released this 02 Sep 13:07
· 61 commits to master since this release

新功能

  • 增加了属性 animate,你现在可以使用这个属性来控制图片的转场动画(缩放动画暂不可控制)
  • 增加了受控属性 borwsing,你现在可以使用这个属性来控制图片的查看状态
  • 增加了函数调用方式,你现在可以尝试如 Zmage.browsing({ src:imagePath }) 这样的方式来唤出图片,其参数与 Zmage 的 props 保持一致即可

New Features

  • Added attribute animate, you can now use this attribute to control the animation of the image fliping (the zoom animation on browsing is temporarily uncontrollable)
  • Added controlled attribute borwsing, you can now use this attribute to control the viewing status of the picture
  • Added function call mode, you can now use the method like Zmage.browsing({ src:imagePath }) to call out the image, its parameters are consistent with Zmage's props