Simple fade in animation with more toderp stuff

This commit is contained in:
Max Lynch
2013-10-04 10:31:18 -05:00
parent 1212945df8
commit 52d498a75f
7 changed files with 104 additions and 27 deletions

View 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 {
}