Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quassel-rest-search
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
quassel-rest-search
Commits
8c9a0d17
Commit
8c9a0d17
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Improved animations
parent
8da3feff
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
res/css/_animations.sass
+8
-0
8 additions, 0 deletions
res/css/_animations.sass
res/css/_content.sass
+4
-0
4 additions, 0 deletions
res/css/_content.sass
res/css/search.css
+14
-2
14 additions, 2 deletions
res/css/search.css
res/css/search.sass
+2
-1
2 additions, 1 deletion
res/css/search.sass
with
28 additions
and
3 deletions
res/css/_animations.sass
0 → 100644
+
8
−
0
View file @
8c9a0d17
@keyframes
slidein
from
margin-top
:
1rem
opacity
:
0
to
margin-top
:
0
opacity
:
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
res/css/_content.sass
+
4
−
0
View file @
8c9a0d17
...
...
@@ -19,6 +19,8 @@
margin-top
:
0
margin-bottom
:
20px
position
:
relative
animation-duration
:
0
.6s
animation-name
:
slidein
&
.focus
:not
(
.hasmore
)
>
.container
...
...
@@ -194,6 +196,8 @@
.context
display
:
block
position
:
relative
animation-duration
:
1s
animation-name
:
slidein
&
.focus
padding
:
0
...
...
This diff is collapsed.
Click to expand it.
res/css/search.css
+
14
−
2
View file @
8c9a0d17
...
...
@@ -913,7 +913,9 @@ body {
display
:
block
;
margin-top
:
0
;
margin-bottom
:
20px
;
position
:
relative
;
}
position
:
relative
;
animation-duration
:
0.6s
;
animation-name
:
slidein
;
}
.results
.buffer.focus
:not
(
.hasmore
)
>
.container
>
.inline-button
{
display
:
none
;
}
.results
.buffer
.title
{
...
...
@@ -1071,7 +1073,9 @@ body {
background-image
:
url(../icons/chevron-down.svg)
;
}
.results
.buffer
.container
.context
{
display
:
block
;
position
:
relative
;
}
position
:
relative
;
animation-duration
:
1s
;
animation-name
:
slidein
;
}
.results
.buffer
.container
.context.focus
{
padding
:
0
;
margin
:
0.5rem
-0.5rem
;
}
...
...
@@ -1205,3 +1209,11 @@ body {
content
:
'['
;
}
.results
.buffer
.container
.context
.message.notice
.sender
:after
{
content
:
']'
;
}
@keyframes
slidein
{
from
{
margin-top
:
1rem
;
opacity
:
0
;
}
to
{
margin-top
:
0
;
opacity
:
1
;
}
}
This diff is collapsed.
Click to expand it.
res/css/search.sass
+
2
−
1
View file @
8c9a0d17
...
...
@@ -27,3 +27,4 @@ body
@import
"nav"
@import
"searchoptions"
@import
"content"
@import
"animations"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment