sabo10o29 / MMM-TimeTreeEvent

Display your TimeTree event on your magic mirror.
5 stars 0 forks source link

Fade Option #19

Closed JuKi1994 closed 1 year ago

JuKi1994 commented 1 year ago

Could you please add the fade option to your code like at the standard weather or calendar module? I tried to adapt it myself but I didn't get it running. Another option is to use custom.css but that didn't work for me as well...

Would be great if you could upgrade this. Thanks :)

JuKi1994 commented 1 year ago

Ah... :) i made it with css:

.MMM-TimeTreeEvent table { -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 100%); mask-image: linear-gradient(to bottom, black 10%, transparent 100%); background: linear-gradient(to bottom, black 10%, transparent 100%); height: 100px; }