Newspaper fade-in background

Posted in: Newspaper
Post count: 3

Hi,
How can I remove the “fade-in” animation on the backgrounds?
For example, in tagdiv Composer, if I put a “row” and change the background color to black, when i load the page there is a fade-in animation to the black. I want the black to be loaded instantly.
There is no option for that in the composer, so i think i have to change the code, but i can’t find where that command is.
Thanks!

Post count: 20688

Hi,

Indeed, there is a transition of 1 sec so that the background will appear more smoothly. I could give you a code that should remove this transition if this is required

.td-js-loaded .td-element-style {
transition: none;
-webkit-transition: none;
}

Enter it in Theme panel->Custom code CSS section.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.