Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
achievement
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4adbfd63
authored
Mar 17, 2020
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
メニュー・サービスの hove にアニメーション
parent
ffc55c65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
1 deletions
achievement-official.conohawing.com/assets/css/style.css
achievement-official.conohawing.com/assets/css/style.css
View file @
4adbfd63
...
...
@@ -1597,8 +1597,8 @@ header
.c-navService
{
display
:
none
;
opacity
:
0
;
}
.c-nav-sab-active
.c-navService
{
position
:
absolute
;
top
:
40px
;
...
...
@@ -1606,6 +1606,13 @@ header
display
:
block
;
width
:
100%
;
background
:
#212121
;
opacity
:
1
;
animation-duration
:
0.5s
;
animation-name
:
fade-in
;
-moz-animation-duration
:
0.5s
;
-moz-animation-name
:
fade-in
;
-webkit-animation-duration
:
0.5s
;
-webkit-animation-name
:
fade-in
;
}
.c-nav-sab-active
.c-navService
.c-nav-sab
{
display
:
flex
;
...
...
@@ -1679,6 +1686,13 @@ header
background-color
:
#212121
;
-webkit-transform
:
skew
(
-20deg
);
transform
:
skew
(
-20deg
);
opacity
:
1
;
animation-duration
:
0.5s
;
animation-name
:
fade-in
;
-moz-animation-duration
:
0.5s
;
-moz-animation-name
:
fade-in
;
-webkit-animation-duration
:
0.5s
;
-webkit-animation-name
:
fade-in
;
}
.fixed-nav
.c-nav-sab-active
.c-navService
{
display
:
none
;
...
...
@@ -9568,3 +9582,53 @@ body {
}
@keyframes
fade-in
{
0
%
{
display
:
none
;
opacity
:
0
;
}
1
%
{
display
:
block
;
opacity
:
0
;
}
100
%
{
display
:
block
;
opacity
:
1
;
}
}
@-moz-keyframes
fade-in
{
0
%
{
display
:
none
;
opacity
:
0
;
}
1
%
{
display
:
block
;
opacity
:
0
;
}
100
%
{
display
:
block
;
opacity
:
1
;
}
}
@-webkit-keyframes
fade-in
{
0
%
{
display
:
none
;
opacity
:
0
;
}
1
%
{
display
:
block
;
opacity
:
0
;
}
100
%
{
display
:
block
;
opacity
:
1
;
}
}
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