We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f4e71 commit 911bf33Copy full SHA for 911bf33
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog ##
2
3
+### Unreleased
4
+
5
+#### Added
6
7
+* Ability to define touchstart as trigger (thanks @npuser)
8
9
### 2.5.0
10
11
#### Added
documentation/docs.md
@@ -111,6 +111,7 @@ Value | Description
111
`right` | Right mouse button
112
`left` | Left mouse button
113
`hover` | Hover the element
114
+`touchstart` | Touchstart only
115
`none` | No trigger
116
117
#### Example
0 commit comments