Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Team 10
Global Game Jam 2019
Cock O The
Commits
b36fb758
Commit
b36fb758
authored
Jan 26, 2019
by
PietroM
Browse files
Epilessia (added improved visual effect for the user at the start of the game)
parent
d44adb80
Pipeline
#6377
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Usable.css
View file @
b36fb758
/*
.real-usable {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
min-width: 40px;
...
...
@@ -9,4 +10,16 @@
text-align: center;
color: white;
border-radius: 2px;
}
*/
.real-usable
{
animation-name
:
sfondoFigo
;
animation
:
sfondoFigo
0.2s
linear
15
;
}
@keyframes
sfondoFigo
{
50
%
{
opacity
:
0
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment