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

https://github.com/cpadlab/jquery-mask-entry-animation

Implementation of an intro animation with clip-path mask for images using jQuery and jQuery UI, inspired by the Olivier Larose.
https://github.com/cpadlab/jquery-mask-entry-animation

Last synced: about 1 year ago
JSON representation

Implementation of an intro animation with clip-path mask for images using jQuery and jQuery UI, inspired by the Olivier Larose.

Awesome Lists containing this project

README

          

# JQuery Mask Entry Animation

Implementation of an intro animation with clip-path mask for images using jQuery and jQuery UI, inspired by the [Olivier Larose](https://blog.olivierlarose.com/tutorials/mask-entry).

Read blog post: [Medium/cpadlab](https://medium.com/@cpadlab/jquery-mask-entry-animation-62325bb9b35b)

Live demo: [Codepen/cpadlab](https://codepen.io/cpadlab/pen/oNKJwqN)

## Requirements

- [jQuery](https://jquery.com/) (version 3.x or higher)
- [jQuery UI](https://jqueryui.com/) (for animations)

You can add these files to your project by downloading them from their respective websites or by including the links through a CDN, they are included in the repository.

## Install

```bash
git clone https://github.com/cpadlab/JQuery-Mask-Entry-Animation
cd JQuery-Mask-Entry-Animation && ./index.html
```

## Gallery

![img](./include/screenshot.png)