Directional Hover is a jQuery plugin that slides over elements based on the orientation of the mouse.
direction aware hover effect, mouse hover slider effect, jquery mouse hover slide left right top bottom, image hover effects, original hover effects
Simple and Super Easy Directional Status Line In Pure CSS | Powerline.css
How to make use of it:
1. Load the jQuery Directional hover plugin after the jQuery library.
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script> <script src="jquery.directional-hover.min.js"></script>
2. Create an overlay that covers the container “dh-container”.
<div class="dh-container"> <div class="dh-overlay"></div> </div>
3. Basic CSS for overlays.
.dh-container { position: relative; overflow: hidden; } .dh-overlay { position: absolute; top: -100%; }
4. CSS Overlay Style.
.dh-overlay { background: rgba(52,73,94,.65); width: 100%; height: 100%; text-align: center; line-height: 300px; color: #fff; }
5. Configure the plugin with the default settings.
$('.dh-container').directionalHover();
6. Default options for the plugin.
$('.dh-container').directionalHover({ // CSS class for the overlay overlay: "dh-overlay", // Linear or swing easing: "swing", // Animation speed in ms speed: 400 });
Mouse Direction jQuery Hover Effect Plugin/Github
See Demo And Download
Official Website(im-sticky): Click Here
This superior jQuery/javascript plugin is developed by im-sticky. For extra advanced usage, please go to the official website.