Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CheliKalina opened this issue Aug 24, 2020 · 2 comments

Comments

@CheliKalina
Copy link

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.

@Adrian-Samuel
Copy link

Adrian-Samuel commented Aug 31, 2020

@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

@ayoubyoub
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants