Add visual flash feedback on click-to-copy elements #112
Reference in New Issue
Block a user
Delete Branch "feature/copy-flash-feedback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a user clicks to copy text, the clicked element briefly inverts (foreground/background swap) and fades back over 500ms, providing immediate localized feedback right where the user is looking.
Changes:
copy-flashCSS keyframe animation (invert → fade back over 500ms)flashCopyElement()helper in helpers.jsCloses #100
Closing as duplicate of #113 which properly references closes #100.
Pull request closed