BlazorPanzoom icon indicating copy to clipboard operation
BlazorPanzoom copied to clipboard

Supported v4.4.1 options for PanzoomOptions

Open shaigem opened this issue 3 years ago • 0 comments

This issue is for tracking the supported PanzoomOptions from timmywil's panzoom library for 4.4.1.

MiscOptions (16/17)

README #MiscOptions

  • [x] animate
  • [x] canvas
  • [x] duration
  • [x] easing
  • [x] exclude
  • [x] excludeClass
  • [x] force
  • [ ] #23
  • [x] noBind
  • [x] origin
  • [x] overflow
  • [x] setTransform
  • [x] silent
  • [x] startScale
  • [x] startX
  • [x] startY
  • [x] touchAction

PanOptions (7/7)

README #PanOptions

  • [x] contain
  • [x] cursor
  • [x] disablePan
  • [x] disableXAxis
  • [x] disableYAxis
  • [x] panOnlyWhenZoomed
  • [x] relative

ZoomOptions (5/5)

README #ZoomOptions

  • [x] disableZoom
  • [x] focal
  • [x] maxScale
  • [x] minScale
  • [x] step

shaigem avatar Jul 11 '21 03:07 shaigem