I currently have a running fiddle in which I am trying to get a css3 opacity transition to run when I add a class to it. The main setting is that I press the button, and then through jquery add a div to dom, and after adding this element to dom, I add a class to it. Adding a class to this new dom element involves starting my transition, but itβs not, the only thing that happens is that the element is displayed, but the opacity transition does not work. Any help would be greatly appreciated, I leave a link to the violin here is a link to the violin . And yes, I know that I can only make attenuation using jquery, but this is just an experiment, which will probably be used to trigger another css transition, and then opacity
source share