yet-another-speed-dial icon indicating copy to clipboard operation
yet-another-speed-dial copied to clipboard

Feature request: Animation for hovered dial

Open hadoooooouken opened this issue 3 years ago • 4 comments
trafficstars

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

hadoooooouken avatar Nov 13 '22 14:11 hadoooooouken

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

conceptualspace avatar Dec 14 '22 04:12 conceptualspace

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

hadoooooouken avatar Dec 14 '22 22:12 hadoooooouken

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

mrx23dot avatar Feb 02 '23 14:02 mrx23dot

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.

SerafDosSantos avatar Feb 02 '23 16:02 SerafDosSantos