disable transitions (.ct-disable-transitions) issue
-
can you please add a more generic class to the “not to disable transitions”.
i need it for a custom coded gutenberg-block with a slidercurrent CSS code:
// disable transitions .ct-disable-transitions, .ct-disable-transitions *:not(.entry-card) { transition: none !important; }
nice to have:
// disable transitions .ct-disable-transitions, .ct-disable-transitions *:not(.ct-enable-transitions) { transition: none !important; }
however, no styling should be applied to the .ct-enable-transitions class!
thx,
wolfgangp.s.:
keep up good work, and happy coding ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘disable transitions (.ct-disable-transitions) issue’ is closed to new replies.