Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Dec 3, 2022
1 parent 382393d commit 655f76d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@
[![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
- Six types of selectors, working with hover & focus for some of them
- **Flexbox & Grid** systems included with common options
- Management of **keyframes animations** & their options
- Complete & simple customization with directly modifiable **CSS variables**

## Summary

- [Package](#package)
- [CDN](#cdn)
- [Download](#download)
- [Content](#content)
- [Documentation](#documentation)
- [Animadio CSS Library](#animadio-css-library)
- [Summary](#summary)
- [Package](#package)
- [CDN](#cdn)
- [Download](#download)
- [Content](#content)
- [Documentation](#documentation)

---

Expand All @@ -33,8 +35,8 @@

## CDN

- Development : [https://cdn.jsdelivr.net/npm/animadio@5.2.0/dist/animadio.css](https://cdn.jsdelivr.net/npm/animadio@5.2.0/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/animadio@5.2.0/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/animadio@5.2.0/dist/animadio.min.css)
- Development : [https://cdn.jsdelivr.net/npm/animadio@5.3.0/dist/animadio.css](https://cdn.jsdelivr.net/npm/animadio@5.3.0/dist/animadio.css)
- Production : [https://cdn.jsdelivr.net/npm/animadio@5.3.0/dist/animadio.min.css](https://cdn.jsdelivr.net/npm/animadio@5.3.0/dist/animadio.min.css)

---

Expand All @@ -54,6 +56,6 @@

## Documentation

Animadio documentation has been updated for v5 !
Animadio documentation has not been update...

[![WebSite Status](https://img.shields.io/website-up-down-green-red/https/animadio.org.svg?label=https://animadio.org)](https://animadio.org)
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": "5.2.0",
"version": "5.3.0",
"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 655f76d

Please sign in to comment.