You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change typing prop to -1 during the typing animation
Set typing prop to 1 again after animation
Expected behavior
It should (1.) start typing, (2.) erase the currently typed, and (3.) start typing again
Actual behavior
The plugin sets the visibleChars value in state to a value 1 of from what is should be.
E.g., on erase, visibleChars should be -1, but if you change typing during the transition, it is set to -2. After that wrong value, it toggles between -2 and -1 instead of -1 and the length of the sentence.
The text was updated successfully, but these errors were encountered:
Version
0.4.1
Steps to reproduce
typing
prop to 1typing
prop to -1 during the typing animationtyping
prop to 1 again after animationExpected behavior
It should (1.) start typing, (2.) erase the currently typed, and (3.) start typing again
Actual behavior
The plugin sets the
visibleChars
value instate
to a value 1 of from what is should be.E.g., on erase,
visibleChars
should be-1
, but if you changetyping
during the transition, it is set to-2
. After that wrong value, it toggles between-2
and-1
instead of-1
and the length of the sentence.The text was updated successfully, but these errors were encountered: