# UbiAnimate

![GitHub](https://img.shields.io/github/license/rmhubbert/ubi-animate?logo=MIT) ![GitHub package.json version](https://img.shields.io/github/package-json/v/rmhubbert/ubi-animate) ![GitHub file size in bytes](https://img.shields.io/github/size/rmhubbert/ubi-animate/dist/ubianimate.min.css) ![GitHub repo size](https://img.shields.io/github/repo-size/rmhubbert/ubi-animate)

Fast & lightweight CSS Animations for toast / snackbar type notifications.

## Installation

NPM

```bash
npm install ubi-animate
```

Yarn

```bash
yarn add ubi-animate
```

You can also [link directly via CDN at jsDelivr](https://www.jsdelivr.com/package/gh/rmhubbert/ubi-animate?path=dist).

## Usage

The easiest way to get your desired animation classes is via [the demo app](https://rmhubbert.github.io/ubi-animate).

## Customisation

UbiAnimate can be easily customised via Sass variables.

Simply override any variables (a full listing can be found in src/variables.scss) in your main Sass file before importing the library from src/ubianimate.scss.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)
