Lava Filters - FadeIn
Category:Color
Description:Decreases the opacity level by the given percentage. This makes the color less transparent (opaque).
Input: "Item": {
...
"Attributes":{
BackgroundColor: 'rgba( 238, 118, 37, 0.8 )',
}
}
Lava: {{ Item | Attribute:'BackgroundColor' | FadeIn:'20%' }}
Output: rgba( 238, 118, 37, 1 )