-
Can you please add some feature like animation for every typed letter to bounce it up, so it can looks like a wave from words when you typing fast, or you can add smooth increasing currently typed letter size then smooth decreasing size when user types new letter, so it also can look like a wave, I wish you understand what I mean, please add this features and another option 'animations' in settings for it, that's could be awesome feature for you site. If I could do this self I was does, but I'm just learning python by now, and doesn't familiar with html/CSS, also I just learning English, so sorry for typos or misspelling in my message) I wish you have a nice day!) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It's a cool idea but wouldn't it make it hard to read the words as you're typing? |
Beta Was this translation helpful? Give feedback.
-
I don't think a per letter animation is possible because on each keypress the word element is compared to the input and updated as a whole (not just the single letter). This means that each letter's animation in the same word resets on each keypress. |
Beta Was this translation helpful? Give feedback.
I don't think a per letter animation is possible because on each keypress the word element is compared to the input and updated as a whole (not just the single letter). This means that each letter's animation in the same word resets on each keypress.