Fade effect to one element only

Hello,

Is it possible to add a fade effect to one element only (not to a column or a rom)? Maybe with a class and/or some CSS?

I have several elements in one column that I’d like to have the same fade effect, but with different delays (I can’t display the elements in different rows or columns).

Thanks,
Antoine

Hello Antoine,

Thanks for asking. :slight_smile:

You can use CSS and add the same either inline CSS or via Class method to have fade effect on specific elements. To learn more about CSS transition please take a look at following resource.

https://www.w3schools.com/css/css3_transitions.asp

https://www.tutorialspoint.com/css/css_animation_fade_in.htm

Thanks.

Thank you for poiting out the direction. I will have a look at it and try to make this work :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.