Add fade to inline single image

Posted in: Newspaper
Post count: 8

Hi there,

Is there a way I can add a fade-in to an inline single image? I don’t see the option in the TD Composer.
Thanks in advance!

Post count: 35449

Hi Suuzzzz,

Unfortunately this option is not yet add on inline single image and it can be achieve only with custom css -> https://i.imgur.com/Hqccnyp.png
<style>
.tdm_block_inline_image .tdm-inline-image-wrap{
opacity: 0 !important;
transition: opacity 0.9s;
}
</style>

And this one -> https://i.imgur.com/bjx9Quc.png
.tdm_block_inline_image .tdm-inline-image-wrap{
opacity: 1 !important;
transition: opacity 0.9s;
}

Hope this will help you!

Post count: 8

Hi Calin,

Thanks for your quick reply.
Unfortunately it isn’t working at all.
I’m looking for the same effect as the image here: https://www.denieuwe.nu/category/hoofdredacteur/

Post count: 35449

Hi Suuzzzz, unfortunately for that effect you need to use some custom work, since the option is not available on that element and it can not be achieve only with css.
If you are interested about custom work, you can check our services from here -> https://tagdiv.com/web-development-services/
Thank you for your understanding!

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