react-typical icon indicating copy to clipboard operation
react-typical copied to clipboard

How to access the styles.css to change the "|" to be something other than infinite?

Open CheliKalina opened this issue 4 years ago • 2 comments

I would like the "|" to stop blinking once it has typed the full word. I assume it is infinitely blinking because of the line of code that says "animation: blink 1s infinite step-start;" but I can't figure out how to change what was downloaded.

CheliKalina avatar Aug 24 '20 15:08 CheliKalina

@CheliKalina agreed!

I reckon the CSS would need to written in the JS to handle it based on some local state, have a callback fire after the animation is finished to change some state

Adrian-Samuel avatar Aug 31 '20 04:08 Adrian-Samuel

.styles_typicalWrapper__1_Uvh::after { content: "" !important; }

ayoubyoub avatar Apr 18 '21 11:04 ayoubyoub