mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Port package details page to pure JavaScript
Use a CSS animation for jQuery.Animate and replace the rest with pure vanilla JavaScript. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
This commit is contained in:
parent
8b6f92f9e9
commit
d7603fa4d3
2 changed files with 65 additions and 36 deletions
|
@ -199,3 +199,8 @@ label.confirmation,
|
|||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.article-content > div {
|
||||
overflow: hidden;
|
||||
transition: height 1s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue