Closed NicolasRoehm closed 2 years ago
Thanks for the PR - Quick question : The change itself seems to remove the translation aspect too, any particular reason?
As you can see in the Angular 11 demo, the transform: translate
transition never works and it was removed from the CSS file.
I thought it was an old and residual SCSS property but I can update the styles to make it work with the opacity property if you want ?
transform: translate
removedtransition: opacity
added