Added instructions here:

Mouseover Toolbar Visibility @ tb5 
<http://tobibeer.github.io/tb5/?132#Mouseover%20Toolbar%20Visibility>

Also includes an example for a smooth transition effect that I adopted 
right away.

Be careful that it's .titlebar button { not .titlebar button {.

To have the toolbar show when hovering the tiddler and not just its 
titlebar, use

.tc-tiddler-frame .tc-titlebar button {
opacity: 0;
}
.tc-tiddler-frame:hover .tc-titlebar button {
opacity: 1;
}

Best wishes,

— tb 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0ae09184-b624-4511-a744-141ac43e8faa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to