Version: 4.2.0
Listening to Events
- JavaScript
- React
- Vue@2
- Vue@3
- Angular
- Preact
- Svelte
You can listen to Flicking's events with Flicking#on
All events are prefixed with on-, and camelCased.
All event names are renamed to kebab-case, following the Vue event naming convention.
All event names are renamed to kebab-case, following the Vue event naming convention.
You can listen events of the ngx-flicking using Angular's event binding.
All events are prefixed with on-, and camelCased.
You can use on:eventName syntax to listen Flicking events.
All event properties are available in the event's detail property.
See all available events at Flicking#events.