Skip to content

Commit

Permalink
Added accourdion arrow transformation animation
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 29, 2023
1 parent 974e85c commit bb13fe2
Show file tree
Hide file tree
Showing 9 changed files with 107,390 additions and 44 deletions.
19,683 changes: 19,666 additions & 17 deletions public/css/orchid.css

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions public/css/orchid.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/orchid.rtl.css.map

Large diffs are not rendered by default.

178 changes: 177 additions & 1 deletion public/js/manifest.js

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

19,417 changes: 19,412 additions & 5 deletions public/js/orchid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/orchid.js.map

Large diffs are not rendered by default.

68,116 changes: 68,114 additions & 2 deletions public/js/vendor.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions public/mix-manifest.json

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

12 changes: 5 additions & 7 deletions resources/sass/plugins/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
text-decoration: none;
}

/* Todo:: icons
.icon-accordion {
@extend .icon-arrow-down;
svg {
transition: all 340ms;
}

&.collapsed {
.icon-accordion {
@extend .icon-arrow-right;
&:not(.collapsed) {
svg {
transform: rotate(90deg);
}
}
*/
}

0 comments on commit bb13fe2

Please sign in to comment.