yet-another-speed-dial
yet-another-speed-dial copied to clipboard
Feature request: Animation for hovered dial
Hi, have you thought about adding an animation when hovering over the dial? Something simple https://ianlunn.github.io/Hover/ 2D Transitions - Grow or Float for example
ive experimented with a few but ultimately just found them to be distracting. ill keep this open because i might come back to this if i find something i like
Maybe just a thin border that appears? https://cdpn.io/andrewsims/fullembedgrid/mQoYwz?animations (this is option3 example)
if you add an option to animate then also add an option to disable it, no one wastes my CPU time :D

I have this on my side (from a Chrome Extension test with no thumbnails).
Mostly PR #49 and a transform: scale(1.1); to the .folderTitle:hover {} class and transform: shrink(0.95); to .tile-content:hover {} class.