Other transition
This commit is contained in:
parent
f3a23855dc
commit
ac405f3ef0
1 changed files with 3 additions and 3 deletions
|
@ -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=''>
|
||||
|
|
Loading…
Reference in a new issue