-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from philippebeck/dev
Release 5.0.5
- Loading branch information
Showing
7 changed files
with
50 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,145 +1,59 @@ | ||
[![Animadio Logo](https://animadio.org/img/logo.png)](https://animadio.org) | ||
# [Animadio CSS Framework](https://animadio.org) | ||
# [Animadio CSS Library](https://animadio.org) | ||
|
||
[![NPM Version](https://badgen.net/npm/v/animadio)](https://www.npmjs.com/package/animadio) | ||
[![NPM Downloads](https://badgen.net/npm/dt/animadio)](https://www.npmjs.com/package/animadio) | ||
[![jsDelivr Yearly Downloads](https://img.shields.io/jsdelivr/npm/hy/animadio)](https://www.jsdelivr.com/package/npm/animadio) | ||
[![GitHub Last Commit](https://img.shields.io/github/last-commit/philippebeck/animadio.svg?label=Last+Commit)](https://github.com/philippebeck/animadio/commits/master) | ||
|
||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0346a8c0d14a4b5984eb30f7282f80b9)](https://www.codacy.com/gh/philippebeck/animadio/dashboard) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/0b594827e537b04dcea0/maintainability)](https://codeclimate.com/github/philippebeck/animadio/maintainability) | ||
[![GitHub Top Language](https://img.shields.io/github/languages/top/philippebeck/animadio)](https://github.com/philippebeck/animadio) | ||
[![Code Size](https://img.shields.io/github/languages/code-size/philippebeck/animadio)](https://github.com/philippebeck/animadio/tree/master) | ||
|
||
- Six types of selectors working with hover & focus | ||
- **Flexbox & Grid** systems included with common options | ||
- Management of **keyframes animations** & their options | ||
- Complete & simple customization with directly modifiable **CSS variables** | ||
|
||
[![GitHub Version](https://img.shields.io/github/package-json/v/philippebeck/animadio.svg?label=Version)](https://github.com/philippebeck/animadio/blob/master/package.json) | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0346a8c0d14a4b5984eb30f7282f80b9)](https://www.codacy.com/gh/philippebeck/animadio/dashboard) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/0b594827e537b04dcea0/maintainability)](https://codeclimate.com/github/philippebeck/animadio/maintainability) | ||
|
||
## Summary | ||
|
||
- [Package Manager](#package-manager) | ||
- [CDN](#cdn) | ||
- [Download](#download) | ||
- [Content](#content) | ||
- [Support](#support) | ||
- [Browsers](#browsers) | ||
- [Open-Source](#open-source) | ||
- [Community](#community) | ||
- [Documentation](#documentation) | ||
- [Issues](#issues) | ||
- [Pull Requests](#pull-requests) | ||
- [Contributing](#contributing) | ||
- [Versioning](#versioning) | ||
- [Creator](#creator) | ||
- [Copyright](#copyright) | ||
- [Package](#package) | ||
- [CDN](#cdn) | ||
- [Download](#download) | ||
- [Content](#content) | ||
- [Documentation](#documentation) | ||
|
||
--- | ||
|
||
## Package Manager | ||
|
||
[![NPM Montly Downloads](https://img.shields.io/npm/dm/animadio.svg?label=Montly+Downloads)](https://www.npmjs.com/package/animadio) | ||
[![NPM Yearly Downloads](https://img.shields.io/npm/dy/animadio.svg?label=Yearly+Downloads)](https://www.npmjs.com/package/animadio) | ||
|
||
NPM : `npm i animadio` | ||
Yarn : `yarn add animadio` | ||
## Package | ||
- NPM : `npm i animadio` | ||
- Yarn : `yarn add animadio` | ||
|
||
--- | ||
|
||
## CDN | ||
|
||
[![jsDelivr Montly Downloads](https://img.shields.io/jsdelivr/npm/hm/animadio.svg?label=jsDelivr+Montly+Downloads)](https://www.jsdelivr.com/package/npm/animadio) | ||
[![jsDelivr Yearly Downloads](https://img.shields.io/jsdelivr/npm/hy/animadio.svg?label=jsDelivr+Yearly+Downloads)](https://www.jsdelivr.com/package/npm/animadio) | ||
|
||
- Development : [https://cdn.jsdelivr.net/npm/[email protected]/dist/animadio.css](https://cdn.jsdelivr.net/npm/[email protected]/dist/animadio.css) | ||
- Production : [https://cdn.jsdelivr.net/npm/[email protected]/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/[email protected]/dist/animadio.min.css) | ||
|
||
--- | ||
|
||
## Download | ||
|
||
[Latest Release](https://github.com/philippebeck/animadio/releases) | ||
|
||
`git clone https://github.com/philippebeck/animadio.git` | ||
- [Latest Release](https://github.com/philippebeck/animadio/releases) | ||
- `git clone https://github.com/philippebeck/animadio.git` | ||
|
||
--- | ||
|
||
## Content | ||
|
||
The main library distribution is : | ||
- For development : `dist/animadio.css` | ||
- For production : `dist/animadio.min.css` | ||
|
||
--- | ||
|
||
## Support | ||
|
||
Animadio has continuous support ! | ||
|
||
[![GitHub Last Commit](https://img.shields.io/github/last-commit/philippebeck/animadio.svg?label=Last+Commit)](https://github.com/philippebeck/animadio/commits/master) | ||
|
||
--- | ||
|
||
## Browsers | ||
|
||
Animadio uses PostCSS with autoprefixer to provide a maximum of compatibility for all main browsers, including mainly Firefox, Chrome & Opera, secondarily Edge, Safari & Explorer (for some effects, especially some animations) | ||
|
||
--- | ||
|
||
## Open-Source | ||
|
||
CodePen : [@animadio](https://codepen.io/animadio) | ||
|
||
[![GitHub Stars](https://img.shields.io/github/stars/philippebeck/animadio.svg?label=GitHub+:+animadio+|+Stars)](https://github.com/philippebeck/animadio) | ||
- For development : `/dist/animadio.css` | ||
- For production : `/dist/animadio.min.css` | ||
|
||
--- | ||
|
||
## Documentation | ||
|
||
Animadio documentation will soon be updated for V5 ! | ||
Animadio documentation has been updated for v5 ! | ||
|
||
[![WebSite Status](https://img.shields.io/website-up-down-green-red/https/animadio.org.svg?label=https://animadio.org)](https://animadio.org) | ||
|
||
--- | ||
|
||
## Issues | ||
|
||
Issues can be created here | ||
|
||
[![GitHub Open Issues](https://img.shields.io/github/issues/philippebeck/animadio.svg?label=Issues)](https://github.com/philippebeck/animadio/issues) | ||
|
||
--- | ||
|
||
## Pull Requests | ||
|
||
And Pull Requests can be created there | ||
|
||
[![GitHub Open Pull Requests](https://img.shields.io/github/issues-pr/philippebeck/animadio.svg?label=Pull+Requests)](https://github.com/philippebeck/animadio/pulls) | ||
|
||
--- | ||
|
||
## Contributing | ||
|
||
Animadio needs you if you like it : sends pull requests on GitHub to improve it !! | ||
|
||
[![GitHub Contributors](https://img.shields.io/github/contributors/philippebeck/animadio.svg?label=Contributors)](https://github.com/philippebeck/animadio/graphs/contributors) | ||
|
||
--- | ||
|
||
## Versioning | ||
|
||
Animadio is maintained under the [Semantic Versioning 2.0.0](https://semver.org) | ||
|
||
[![GitHub Version](https://img.shields.io/github/package-json/v/philippebeck/animadio.svg?label=Version)](https://github.com/philippebeck/animadio/blob/master/package.json) | ||
|
||
--- | ||
|
||
## Creator | ||
|
||
Philippe Beck | ||
|
||
[![WebSite Status](https://img.shields.io/website-up-down-green-red/https/philippebeck.net.svg?label=https://philippebeck.net)](https://philippebeck.net) | ||
[![GitHub Followers](https://img.shields.io/github/followers/philippebeck.svg?label=GitHub+:+philippebeck+|+Followers)](https://github.com/philippebeck) | ||
[![Twitter Follow](https://badgen.net/twitter/follow/ph_beck)](https://twitter.com/ph_beck) | ||
|
||
--- | ||
|
||
## Copyright | ||
|
||
Code released under the MIT License | ||
|
||
[![GitHub License](https://img.shields.io/npm/l/animadio.svg?label=License)](https://github.com/philippebeck/animadio/blob/master/LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*! animadio v5.0.4 | https://animadio.org | MIT License */ | ||
/*! animadio v5.0.5 | https://animadio.org | MIT License */ | ||
|
||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | ||
|
||
|
@@ -4825,4 +4825,4 @@ pre { | |
} | ||
|
||
/* Author: Philippe Beck <[email protected]> | ||
Updated: 27th Apr 2022 @ 10:17:22 AM */ | ||
Updated: 8th May 2022 @ 10:51:31 AM */ |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.