Hello Guys
I want to apply a CSS transition on my dialog side to have a smooth apparition but it seems not working when I put
<style>
.rz-dialog-side{
width:75%;
height:90%;
transition: width 1s;
}
</style>
Thanks for the replies.