Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minericefield/vue-prevent-wheel-transitions


https://github.com/minericefield/vue-prevent-wheel-transitions

npm-package typescript vue

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# vue-prevent-wheel-transitions

A vue plugin for preventing the screen transitions fired by wheeling.

## Quick start

##### Installing the module.
```console
$ npm install vue-prevent-wheel-transitions
```
or
```console
$ yarn add vue-prevent-wheel-transitions
```

##### In your main process.
```javascript
import VuePreventWheelTransitions from 'vue-prevent-wheel-transitions'

Vue.use(VuePreventWheelTransitions)
```

##### In your component.
````html



.the-outer {
width: 100px;
overflow-x: auto;
}
.the-inner {
width: 200px;
}

````

## License

This software is distributed under [MIT license](LICENSE.txt).

## Support

No Vue3 support currently.


##### Note
This project was created as my personal learning theme for self-study days within my company.