1.1.0 • Published 1 year ago

@zkreations/imagehover v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ImageHover

With this library, developers can enhance the visual appeal of their projects by adding animated transitions to their images when users hover over them. As an open-source project, the library is free to use, modify, and distribute under certain licensing conditions.

Install

npm

npm i @zkreations/imagehover

cdn

<link href="https://cdn.jsdelivr.net/npm/@zkreations/imagehover@1/main.min.css" rel="stylesheet"/>

Basic Usage

After including the library in your project, you just have to use the following HTML structure, replacing img-fade with an effect that you can copy from the demonstration page:

<figure class="img-fade">
  <img src="example.jpg">
  <figcaption>Text here</figcaption>
</figure>

License

imagehover.css is licensed under the MIT License

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago