conceptualspace / yet-another-speed-dial

a modern speed dial for chrome, edge and firefox
Other
177 stars 32 forks source link

Feature request: Animation for hovered dial #70

Open hadoooooouken opened 1 year ago

hadoooooouken commented 1 year ago

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

conceptualspace commented 1 year ago

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

hadoooooouken commented 1 year ago

Maybe just a thin border that appears? https://cdpn.io/andrewsims/fullembedgrid/mQoYwz?animations (this is option3 example)

mrx23dot commented 1 year ago

if you add an option to animate then also add an option to disable it, no one wastes my CPU time :D

SerafDosSantos commented 1 year ago

Screen recording 2023-02-02 10 32 09

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.