Skip to content

Commit

Permalink
Release 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Mar 19, 2023
1 parent 204b31c commit e8546bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

## CDN

- Development : [https://cdn.jsdelivr.net/npm/[email protected].2/dist/animadio.css](https://cdn.jsdelivr.net/npm/[email protected].2/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/[email protected].2/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/[email protected].2/dist/animadio.min.css)
- Development : [https://cdn.jsdelivr.net/npm/[email protected].3/dist/animadio.css](https://cdn.jsdelivr.net/npm/[email protected].3/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/[email protected].3/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/[email protected].3/dist/animadio.min.css)

---

Expand Down
8 changes: 4 additions & 4 deletions dist/animadio.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! animadio v6.2.2 | https://www.npmjs.com/package/animadio | MIT License */
/*! animadio v6.2.3 | https://www.npmjs.com/package/animadio | MIT License */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

Expand Down Expand Up @@ -367,8 +367,8 @@ template {
--ani-max: 100%;
/* lightness */
--ani-base: 50%;
--ani-dark: 30%;
--ani-light: 70%;
--ani-dark: 20%;
--ani-light: 80%;
/* opacity */
--ani-darker: 0.8;
--ani-lighter: 0.2;
Expand Down Expand Up @@ -4381,4 +4381,4 @@ button,
animation-direction: alternate-reverse; }

/* Author: Philippe Beck <[email protected]>
Updated: 17th Mar 2023 @ 12:48:29 PM */
Updated: 19th Mar 2023 @ 6:25:01 PM */
2 changes: 1 addition & 1 deletion dist/animadio.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animadio",
"version": "6.2.2",
"version": "6.2.3",
"description": "Animadio Framework - Grid & Flexbox Layouts - Reusable & Customizable Elements - Perform Complex Animations - Controls by Radio Buttons",
"keywords": [
"css library",
Expand Down

0 comments on commit e8546bc

Please sign in to comment.