style-guide
style-guide copied to clipboard
Expose `useFirisPaint` hook
This hook is internally used to disable animation during first render (so it has the same behaviour as native css transition). It might be useful for the application to use this hook as well.
Note:
This hook is important but only part of the full solution. Solution itself my differ depending on the use case so keep in mind you still need to implement the other part. For the reference you may take a look at Checkbox or Radio components implementation.