-
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.
- Loading branch information
Philippe Beck
committed
Mar 19, 2023
1 parent
204b31c
commit e8546bc
Showing
4 changed files
with
8 additions
and
8 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].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) | ||
|
||
--- | ||
|
||
|
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.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 */ | ||
|
||
|
@@ -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; | ||
|
@@ -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 */ |
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