Skip to content

How do I enable the enter animation for the TextInput error message? #8879

Answered by jnm2377
nigellima asked this question in Help
Discussion options

You must be logged in to vote

Hey @nigellima unfortunately we don't have any implementation of validation animations. Based on my experience with our other animation for components, I'd say you probably want to mess around with adding css transitions to the validation outline styles. For icon animation, usually we end up using css keyframes to animate. A good example of one is our checkmark fill in our feedback form (video included below). You can see how we do that here: https://github.com/carbon-design-system/gatsby-theme-carbon/blob/main/packages/gatsby-theme-carbon/src/components/FeedbackDialog/Checkmark.module.scss

Screen.Recording.2021-08-12.at.1.49.13.PM.mov

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jnm2377
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants