{"_id":"jquery-directional-hover","_rev":"4-a5e722fb9cf162f92c5e39d2e93b8055","name":"jquery-directional-hover","description":"A jQuery plugin that slides overlays over elements based on mouse direction","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"jquery-directional-hover","version":"1.0.0","author":{"name":"Alex Craig http://acraig.ca/"},"description":"A jQuery plugin that slides overlays over elements based on mouse direction","keywords":["jquery-plugin","ecosystem:jquery","jquery","overlay","hover","directional","mouse_direction","hover_direction"],"license":"MIT","repository":{"type":"git","url":"https://github.com/andeic/jQuery-directional-hover"},"devDependencies":{"grunt":"^0.4.5","grunt-contrib-cssmin":"^0.12.2","grunt-contrib-uglify":"^0.7.0"},"gitHead":"e1284348cac4adb83f29f082ad25843a756c9cba","bugs":{"url":"https://github.com/andeic/jQuery-directional-hover/issues"},"homepage":"https://github.com/andeic/jQuery-directional-hover","_id":"jquery-directional-hover@1.0.0","scripts":{},"_shasum":"265bcd144cf25f41ccde191d95f2b2006bdc898a","_from":".","_npmVersion":"2.1.3","_nodeVersion":"0.10.32","_npmUser":{"name":"andeic","email":"acraig780@gmail.com"},"maintainers":[{"name":"andeic","email":"acraig780@gmail.com"}],"dist":{"shasum":"265bcd144cf25f41ccde191d95f2b2006bdc898a","tarball":"https://registry.npmjs.org/jquery-directional-hover/-/jquery-directional-hover-1.0.0.tgz","integrity":"sha512-9lVVLy7oHE7Z84SIIHmWrmYYiV4dnyYDd402fejoTC+uVEWDv6GJRzqATr4QEocL+DfP9y8lH+sGd3miVQhYog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDM0OlDth0qnipSKMCw/vFrVZLIHFZZXq4CIPo6ipg5UgIgahyV/6YWHUYQMkfBMT/wdvCEOjFc4/POLc+9W91D/nI="}]}},"1.0.1":{"name":"jquery-directional-hover","version":"1.0.1","author":{"name":"Alex Craig http://acraig.ca/"},"description":"A jQuery plugin that slides overlays over elements based on mouse direction","keywords":["jquery-plugin","ecosystem:jquery","jquery","overlay","hover","directional","mouse_direction","hover_direction"],"license":"MIT","repository":{"type":"git","url":"https://github.com/andeic/jQuery-directional-hover"},"dependencies":{"jquery":"2.1.3"},"devDependencies":{"grunt":"^0.4.5","grunt-contrib-cssmin":"^0.12.2","grunt-contrib-uglify":"^0.7.0"},"gitHead":"d0c57bc04d2f8a86a40883ab9971ea11b98bd07b","bugs":{"url":"https://github.com/andeic/jQuery-directional-hover/issues"},"homepage":"https://github.com/andeic/jQuery-directional-hover","_id":"jquery-directional-hover@1.0.1","scripts":{},"_shasum":"33355aeac0d11dd80077b50da2202b583e718726","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"andeic","email":"acraig780@gmail.com"},"maintainers":[{"name":"andeic","email":"acraig780@gmail.com"}],"dist":{"shasum":"33355aeac0d11dd80077b50da2202b583e718726","tarball":"https://registry.npmjs.org/jquery-directional-hover/-/jquery-directional-hover-1.0.1.tgz","integrity":"sha512-hmgJuwYUqRXJThShalHehbKktL3mF2WJM45tw883xMXv0qWoxJ+9SL/9oflZDq+riALFSfESElKTkWpgJIau4g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQyCpjZ2TGdUd8I8oHE727OuAM2OJHFQcOLEVoOVfrZAiB542dmpmrVZGOwTg4a26CqRuwdzyTKs/T7okaeFx4RPA=="}]}}},"readme":"# jQuery Directional Hover\r\n\r\nA jQuery plugin that slides overlays over elements based on mouse direction\r\n\r\nCurrently version 1.0.0\r\n\r\n## Installation\r\n\r\nThis plugin is available via [npm](https://www.npmjs.com/) (`npm install jquery-directional-hover`) and [bower](http://bower.io/) (`bower install jquery-directional-hover`). Or, you can just download it from this repo.\r\n\r\n## Usage\r\n\r\nCreate a container element with an overlay element inside:\r\n\r\n```html\r\n<div class=\"dh-container\">\r\n\t<div class=\"dh-overlay\"></div>\r\n</div>\r\n```\r\n\r\nCall the directional hover plugin on your container element:\r\n\r\n```js\r\n$('.dh-container').directionalHover();\r\n```\r\n\r\nThat's it! There are additional options you can use for the plugin.\r\n\r\n## Options\r\n\r\nYou can either modify the `$.fn.directionalHover.defaults` object or pass a new object into the `.directionalHover()` function.\r\n\r\n### overlay\r\n\r\nThe jQuery selector of the overlay in the container element.\r\n\r\n**Type:** `String`\r\n\r\n**Default:** `.dh-overlay`\r\n\r\n### easing\r\n\r\nThe jQuery easing function the overlay will use.\r\n\r\n**Type:** `String`\r\n\r\n**Default:** `swing`\r\n\r\n### speed\r\n\r\nThe speed in milliseconds at which the overlay will slide in and out at.\r\n\r\n**Type:** `Number`\r\n\r\n**Default:** `400`\r\n\r\n## API\r\n\r\nComing soon...","maintainers":[{"name":"andeic","email":"acraig780@gmail.com"}],"time":{"modified":"2022-06-19T05:01:47.299Z","created":"2015-03-26T23:54:32.345Z","1.0.0":"2015-03-26T23:54:32.345Z","1.0.1":"2015-03-30T02:22:29.852Z"},"homepage":"https://github.com/andeic/jQuery-directional-hover","keywords":["jquery-plugin","ecosystem:jquery","jquery","overlay","hover","directional","mouse_direction","hover_direction"],"repository":{"type":"git","url":"https://github.com/andeic/jQuery-directional-hover"},"author":{"name":"Alex Craig http://acraig.ca/"},"bugs":{"url":"https://github.com/andeic/jQuery-directional-hover/issues"},"license":"MIT","readmeFilename":"README.md"}