-
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 #183 from philippebeck/dev
Release 6.2.2
- Loading branch information
Showing
6 changed files
with
18 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ | |
|
||
## CDN | ||
|
||
- Development : [https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.css](https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.css) | ||
- Production : [https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/[email protected].1/dist/animadio.min.css) | ||
- 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) | ||
|
||
--- | ||
|
||
|
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 v6.2.1 | https://www.npmjs.com/package/animadio | MIT License */ | ||
/*! animadio v6.2.2 | https://www.npmjs.com/package/animadio | MIT License */ | ||
|
||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | ||
|
||
|
@@ -367,11 +367,11 @@ template { | |
--ani-max: 100%; | ||
/* lightness */ | ||
--ani-base: 50%; | ||
--ani-dark: 40%; | ||
--ani-light: 60%; | ||
--ani-dark: 30%; | ||
--ani-light: 70%; | ||
/* opacity */ | ||
--ani-darker: 0.7; | ||
--ani-lighter: 0.3; | ||
--ani-darker: 0.8; | ||
--ani-lighter: 0.2; | ||
/* color hues */ | ||
--ani-red-hue: 0; | ||
--ani-orange-hue: 30; | ||
|
@@ -4381,4 +4381,4 @@ button, | |
animation-direction: alternate-reverse; } | ||
|
||
/* Author: Philippe Beck <[email protected]> | ||
Updated: 17th Mar 2023 @ 2:59:19 AM */ | ||
Updated: 17th Mar 2023 @ 12:48:29 PM */ |
Large diffs are not rendered by default.
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
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