{"id":15067499,"url":"https://github.com/masonz/v-hover","last_synced_at":"2026-01-02T18:05:12.438Z","repository":{"id":57389684,"uuid":"103813693","full_name":"masonz/v-hover","owner":"masonz","description":"Direction-aware hover effect for Vue2.0.","archived":false,"fork":false,"pushed_at":"2017-09-20T07:05:45.000Z","size":827,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T12:47:56.443Z","etag":null,"topics":["hover","vue2"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masonz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-17T08:20:37.000Z","updated_at":"2023-03-06T00:09:32.000Z","dependencies_parsed_at":"2022-09-19T02:32:49.441Z","dependency_job_id":null,"html_url":"https://github.com/masonz/v-hover","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masonz%2Fv-hover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masonz%2Fv-hover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masonz%2Fv-hover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masonz%2Fv-hover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masonz","download_url":"https://codeload.github.com/masonz/v-hover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hover","vue2"],"created_at":"2024-09-25T01:24:26.111Z","updated_at":"2026-01-02T18:05:12.343Z","avatar_url":"https://github.com/masonz.png","language":"JavaScript","readme":"# v-hover\n[![npm version](https://badge.fury.io/js/v-hover.svg)](https://badge.fury.io/js/v-hover)\n\u003e Direction-aware hover effect for Vue2.0, write by typescript.  [Demo](https://masonz.github.io/v-hover/)\n\n## Installation\n\n```bash\nnpm install v-hover -S\n```\n\n## How to use\n\nInclude plugin in your entry file e.g. `main.js`.\n\n```JavaScript\nimport VHover from 'v-hover'\n\nVue.use(VHover)\n```\n\nin template:\n\n```HTML\n\u003cvhover-list\u003e\n    \u003cvhover-item\u003e\u003c/vhover-item\u003e\n    \u003cvhover-item\u003e\u003c/vhover-item\u003e\n    ...\n\u003c/vhover-list\u003e\n```\n\nyou can custom `overlay` slot in `vhover-item` by:\n\n```HTML\n\u003cvhover-item\u003e\n  \u003cdiv slot=\"overlay\"\u003esome thing...\u003c/div\u003e\n\u003c/vhover-item\u003e\n```\n\n## Options\n\n| Name        | Type          | Default  | Description               |\n| ---         | ---           | ---      | ---                       |\n| duration    | String        | \"300ms\"  | animation-duration        |\n| className   | String        | \"vhover\" | `vhover-item` class       |\n| timingFn    | String        | \"ease\"   | animation-timing-function |\n| perspective | Boolean       | false    | perspective               |\n\n## License\n\nMIT © masonz\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasonz%2Fv-hover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasonz%2Fv-hover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasonz%2Fv-hover/lists"}