>
> I found the solution. The below code works
>

.tc-tiddler-frame .mycls {
opacity: 0;
transition: opacity .5s ease-in-out;
}
.tc-tiddler-frame:hover .mycls{
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}


 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9c3aadb4-f2ec-4676-bc4f-e7873b9d2961%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to