In this assignment we will work with rendering text, and creating an animation. Choose a word describing an action, such as grow, shiver, or jump. Animate this word in your sketch in a way that represents its meaning. For example the word grow could become larger over time. Your p5.js sketch should meet the following requirements. The word should begin in a initial, stationary position. When the user of the program performs a mouse press the animation begins The animation should take place for at least one-half second, no longer than 10 seconds. When the user hits any key, the word should reset to its initial position. The word is rendered using the text function, not an image. Use a web safe font for your text.
In this assignment we will work with rendering text, and creating an animation. Choose a word describing an action, such as grow, shiver, or jump. Animate this word in your sketch in a way that represents its meaning. For example the word grow could become larger over time. Your p5.js sketch should meet the following requirements. The word should begin in a initial, stationary position. When the user of the program performs a mouse press the animation begins The animation should take place for at least one-half second, no longer than 10 seconds. When the user hits any key, the word should reset to its initial position. The word is rendered using the text function, not an image. Use a web safe font for your text.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images