Ecosyste.ms: Awesome

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

https://github.com/mahdikhashan/v-on-page-video

A Vue.js page visibility directive
https://github.com/mahdikhashan/v-on-page-video

directive visibilitychange vue2 vuejs

Last synced: 26 days ago
JSON representation

A Vue.js page visibility directive

Lists

README

        

# v-on-page-video
![npm (tag)](https://img.shields.io/npm/v/@mahdikhashan/v-on-page-video/latest?style=plastic)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/@mahdikhashan/v-on-page-video)
![npm](https://img.shields.io/npm/dy/@mahdikhashan/v-on-page-video)
![npm peer dependency version](https://img.shields.io/npm/dependency-version/@mahdikhashan/v-on-page-video/peer/vue)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/mahdikhashan/v-on-page-video)
![NPM](https://img.shields.io/npm/l/@mahdikhashan/v-on-page-video)

## Directive for Vue 2 to pause and play the video element when page visibility changes like moving the tab to background

---

## Demo

[Demo](https://codesandbox.io/s/vue-onpagevideo-custom-directive-85p0oo)

## Installation

```
npm install --save @mahdikhashan/v-on-page-video
```

## How to use
add the custom directive to you component

```





import onPageVideo from "@mahdikhashan/v-on-page-video";

export default {
name: "HelloWorld",
directives: {
onPageVideo,
},
};

```

## Contributing

If you want to contribute to this project simply fork it and clone it then run
`npm i`
in the root of the project, then run
`npm run start`
to run development server.

### Licence and cast

MIT Licence

by [Mahdi Khashan](https://www.linkedin.com/in/mahdi-khashan-ir/)