Skip to content

Commit 5b0a6d3

Browse files
committed
docs: add missing event type of the zoom event
1 parent cd27a76 commit 5b0a6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
## Features
2626

27-
- Supports 43 [options](#options)
27+
- Supports 45 [options](#options)
2828
- Supports 23 [methods](#methods)
2929
- Supports 11 [events](#events)
3030
- Supports modal and inline modes
@@ -931,7 +931,7 @@ This event fires when a viewer has shown (viewed) an image.
931931
- **event.cancelable**: `true`
932932
- **event.detail.originalEvent**:
933933
- Type: `Event`
934-
- Options: `wheel`, `touchmove`.
934+
- Options: `wheel`, `pointermove`, `touchmove`, and `mousemove`.
935935
- **event.detail.oldRatio**:
936936
- Type: `Number`
937937
- The old (current) ratio of the image.

0 commit comments

Comments
 (0)