Skip to content

Commit

Permalink
Fixed accordion panel fade animation flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
amir2mi committed Jun 18, 2022
1 parent b43c9f0 commit 2bf73fe
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions dist/css/flatify-min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/flatify-noprefix-min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/flatify-noprefix.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/flatify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/flatify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/maps/flatify-min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/flatify-noprefix-min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/flatify-noprefix.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/flatify.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/flatify.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/flatify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FlatifyCSS version 1.2.11
* FlatifyCSS version 1.2.12
* Modern flat design framework for the web — inspired by Duolingo design system.
* Copyright 2021-2022 The FlatifyCSS Authors
* Licensed under MIT (https://github.com/amir2mi/flatifycss/blob/master/LICENSE)
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": "flatifycss",
"version": "1.2.11",
"version": "1.2.12",
"description": "Modern flat design framework for the web — inspired by Duolingo design system.",
"main": "index.html",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scss/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
.fade-animation {
.accordion-will-be-shown {
.accordion-body {
animation: flatify-fade-in var(--#{$CSS_VAR_PFX}accordion-animation-show-duration) 0.1s ease-in-out;
animation: flatify-fade-in var(--#{$CSS_VAR_PFX}accordion-animation-show-duration) 0.1s ease-in-out both;
}
}

Expand Down
2 changes: 1 addition & 1 deletion scss/flatify.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FlatifyCSS version 1.2.11
* FlatifyCSS version 1.2.12
* Modern flat design framework for the web — inspired by Duolingo design system.
* Copyright 2021-2022 The FlatifyCSS Authors
* Licensed under MIT (https://github.com/amir2mi/flatifycss/blob/master/LICENSE)
Expand Down

0 comments on commit 2bf73fe

Please sign in to comment.