mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Simple fade in animation with more toderp stuff
This commit is contained in:
20
example/toderp2/css/app.css
Normal file
20
example/toderp2/css/app.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.view {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.ionic-logo {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -128px;
|
||||
margin-left: -128px;
|
||||
width: 256px;
|
||||
}
|
||||
#splash-view {
|
||||
opacity: 1;
|
||||
}
|
||||
#splash-view .ionic-logo {
|
||||
}
|
||||
Reference in New Issue
Block a user