css - Make element appear html5/css3 -


on homepage have fade in @ once when home page accessed, i'd logo drawn in bottom instead of fading in.

i thinking of using this:

.wrapper { position: relative; overflow: hidden; width: 100px; height: 100px;  border: 1px solid black;  position: absolute; left: -100px; width: 100px; height: 100px; background: blue; transition: 1s; transition: 1s; left: 0; 

}

but instead have gray box covering logo when page accessed, pulling , staying hidden(or 1 px wide), logo stays visible, need change? taken }'s etc out show haven't forgotten :)

edit: clarify, want logo hidden gray box on access want unveiled , kept visible

thanks!


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -