CSS transition on dialog side not working

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.

At the moment the dialog is rendered on open and such transition cannot work.

Ok thanks for the reply