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{
|
#visibleBlock{
|
||||||
background: white;
|
background: white;
|
||||||
opacity: 0;
|
transition: width 5s;
|
||||||
transition: opacity 5s;
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:0;
|
left:0;
|
||||||
top:0;
|
top:0;
|
||||||
width:100%;
|
width:0%;
|
||||||
height:100%;
|
height:100%;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
}
|
}
|
||||||
.visible #visibleBlock{
|
.visible #visibleBlock{
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body class=''>
|
<body class=''>
|
||||||
|
|
Loading…
Reference in a new issue