Please enable JavaScript to use CodeHS

Digital Art with p5.js Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Animation General

A form of art that rapidly displays a sequence of still images to create an illusion of movement

Frame General

A single image in a sequence of pictures

Frame Rate (Frames Per Second) JavaScript

The rate at which consecutive frames are captured or displayed

frameRate(fps) JavaScript

Specifies the number of frames to be displayed every second

frameCount JavaScript

A p5.js system variable that contains the number of frames that have been displayed since the program started