Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
arsnova-click-v2-frontend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Seyed Aien Saidi
arsnova-click-v2-frontend
Commits
a924b5b5
Commit
a924b5b5
authored
4 years ago
by
Philipp Sautner
Browse files
Options
Downloads
Patches
Plain Diff
Adds scaling text
parent
0c703b27
Branches
7-Enlargen-Animation-of-newest-joining-player-Sautner
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/quiz/quiz-flow/quiz-lobby/quiz-lobby.component.html
+4
-2
4 additions, 2 deletions
src/app/quiz/quiz-flow/quiz-lobby/quiz-lobby.component.html
src/app/quiz/quiz-flow/quiz-lobby/quiz-lobby.component.scss
+3
-7
3 additions, 7 deletions
src/app/quiz/quiz-flow/quiz-lobby/quiz-lobby.component.scss
with
7 additions
and
9 deletions
src/app/quiz/quiz-flow/quiz-lobby/quiz-lobby.component.html
+
4
−
2
View file @
a924b5b5
...
...
@@ -49,12 +49,14 @@
<div
*ngIf=
"!isHtmlNickname(elem.groupName)"
>
[{{elem.groupName}}]
</div>
</div>
<p
class=
"flex-grow-1 break-word"
[class.text-center]=
"!elem.groupName"
>
<span
*ngIf=
"isHtmlNickname(elem.name)"
<span
*ngIf=
"isHtmlNickname(elem.name)"
[innerHTML]=
"parseNickname(elem.name)"
></span>
<span
*ngIf=
"!isHtmlNickname(elem.name)"
>
{{elem.name}}
</span>
</p>
</div>
<div
*ngIf=
"elem.name === attendeeService.lastJoined()?.name"
class=
"recently-joined"
></div>
<div
*ngIf=
"elem.name === attendeeService.lastJoined()?.name"
class=
"recently-joined"
>
Text is animated not the button
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/app/quiz/quiz-flow/quiz-lobby/quiz-lobby.component.scss
+
3
−
7
View file @
a924b5b5
...
...
@@ -11,7 +11,7 @@
}
.recently-joined
{
animation
:
3
s
alternate
infinite
enlargen
;
animation
:
2
s
alternate
infinite
enlargen
;
}
...
...
@@ -19,12 +19,8 @@
from
{
font-size
:
100%
;
}
75
%
{
font-size
:
200%
;
}
to
{
font-size
:
3
0
0%
;
font-size
:
1
30%
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
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