1.0.2 • Published 3 years ago

react-image-animated-previewer v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

一个带动画的React图片预览器

npm.io

功能

  • 图片预览
  • 图片放大

例子

import ImagePreviewer from 'react-image-animated-previewer'

export default function Layout () {
  return <div>
    <ImagePreviewer
      src="https://www.bing.com/th?id=OHR.AdlerPlanetarium_ZH-CN3108653374_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp"
      style={{ width: 100, height: 100 }}
    />
  </div>
}

Props

  • src 图片url地址
  • style 图片样式
  • duration 动画持续时间,默认300ms
  • padding 图片放大后的边距,默认20
  • className 容器的class