Other transition

This commit is contained in:
Ruben 2017-12-15 22:09:09 +01:00
parent f3a23855dc
commit ac405f3ef0
1 changed files with 3 additions and 3 deletions

View File

@ -60,17 +60,17 @@
#visibleBlock{
background: white;
opacity: 0;
transition: opacity 5s;
transition: width 5s;
position:absolute;
left:0;
top:0;
width:100%;
width:0%;
height:100%;
z-index:9999;
}
.visible #visibleBlock{
opacity: 1;
width:100%;
}
</style>
<body class=''>