Skip to content

Commit

Permalink
Merge pull request #184 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 6.2.3
  • Loading branch information
philippebeck authored Mar 19, 2023
2 parents 11e4343 + e8546bc commit 2fef487
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.

4 changes: 2 additions & 2 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
--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
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
4 changes: 2 additions & 2 deletions src/scss/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

/* lightness */
--ani-base: 50%;
--ani-dark: 30%;
--ani-light: 70%;
--ani-dark: 20%;
--ani-light: 80%;

/* opacity */
--ani-darker: 0.8;
Expand Down

0 comments on commit 2fef487

Please sign in to comment.