SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

feat/#269 Added onMouseUp Event #589

Open vedhapre opened 2 years ago

vedhapre commented 2 years ago

Description

Adds feature requested in Issue #269. Added onMouseUp event for non-touch functionality.

Motivation and Context

Issue #269 https://github.com/SSENSE/vue-carousel/issues/269 The requester wanted to emit separate events for touch and swipe, so this adds a touch and non-touch click with the onMouseUp.

How Has This Been Tested?

Tested by using vue-play and thoroughly testing both on own instance of carousel as well as vue-play.

Screenshots (if appropriate):

Types of changes

Checklist: