hide content or image post logo and more html post Select logo url on hidemehtml Enter text, or Image or logo url CSShtml, body { height:100%; width:100%; margin:0; padding:0; } #hideMe { -moz-animation: cssAnimation 0s ease-in 0s forwards; /* Firefox */ -webkit-animation: cssAnimation 0s ease-in 0s forwards; /* Safari and Chrome */ -o-animation: cssAnimation 0s ease-in 0s forwards; /* Opera */ animation: cssAnimation 0s ease-in 0s forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } @keyframes cssAnimation { to { width:0; height:0; overflow:hidden; } } @-webkit-keyframes cssAnimation { to { width:0; height:0; visibility:hidden; } }
No comments: