Dynamic change of text characters using max
Hello, is it possible to do dynamic text transformation using random characters when moving from one text to another? Something similar to the tex effect in the movie "The Matrix".
For example: the message "Hello World" when clicked will be changed to "I love you", during the animation each letter of the message can be random, or a number until the transition ends.
The answer is: yes it is possible, and it should be easier than before with the recent string.* object family.
My guess is that it may be easier to use js for the logic part, especially given that you might quite easily find some tutorials explaining how to do it with P5JS for example.