Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
9c17aaf2
Commit
9c17aaf2
authored
Feb 22, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: animate
parent
1f791a76
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
ChainTitle.vue
src/components/pc/BlockChainBrowser/ChainTitle.vue
+3
-3
blockChainBrowser.vue
src/views/pc/blockChainBrowser.vue
+4
-4
No files found.
src/components/pc/BlockChainBrowser/ChainTitle.vue
View file @
9c17aaf2
...
...
@@ -35,7 +35,7 @@ export default Vue.extend({
.yc
{
animation-name
:
fadeIn
;
animation-duration
:
1.5s
;
animation-timing-function
:
ease
-out
;
animation-timing-function
:
ease
;
animation-fill-mode
:
forwards
;
opacity
:
0
;
z-index
:
4
;
...
...
@@ -43,7 +43,7 @@ export default Vue.extend({
.cc
{
animation-name
:
slideIn
;
animation-duration
:
1.5s
;
animation-timing-function
:
ease
-out
;
animation-timing-function
:
ease
;
animation-fill-mode
:
forwards
;
margin-left
:
-100px
;
opacity
:
0
;
...
...
@@ -52,7 +52,7 @@ export default Vue.extend({
.chain-title-txt
{
animation-name
:
slideUp
;
animation-duration
:
1.5s
;
animation-timing-function
:
ease
-out
;
animation-timing-function
:
ease
;
animation-fill-mode
:
forwards
;
animation-delay
:
0.3s
;
opacity
:
0
;
...
...
src/views/pc/blockChainBrowser.vue
View file @
9c17aaf2
...
...
@@ -67,7 +67,7 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
animation-name
:
rotate
;
animation-fill-mode
:
forwards
;
animation-duration
:
1.2s
;
animation-timing-function
:
ease
-out
;
animation-timing-function
:
ease
;
}
.chainCard
{
...
...
@@ -79,7 +79,7 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
animation-delay
:
0.5s
;
animation-fill-mode
:
forwards
;
opacity
:
0
;
animation-timing-function
:
ease
-out
;
animation-timing-function
:
ease
;
margin-left
:
-100px
;
}
.chain-title
{
...
...
@@ -93,7 +93,7 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
left
:
572px
;
animation-name
:
slideUp
;
animation-duration
:
1.5s
;
animation-timing-function
:
ease
-out
;
animation-timing-function
:
ease
;
animation-delay
:
0.5s
;
opacity
:
0
;
animation-fill-mode
:
forwards
;
...
...
@@ -110,7 +110,7 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
background
:
#2545cb
;
animation-name
:
slideDown
;
animation-duration
:
1.2s
;
animation-timing-function
:
ease
-out
;
animation-timing-function
:
ease
;
}
</
style
>
<
style
>
...
...
chenqikuai
@chenqikuai
mentioned in commit
748f7ae1
·
Mar 03, 2022
mentioned in commit
748f7ae1
mentioned in commit 748f7ae18ac2f8eb14ee7c2865eaea786342a520
Toggle commit list
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