Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.
This repository was archived by the owner on May 16, 2019. It is now read-only.

See the complete easing action #1

@tom131313

Description

@tom131313

In the Processing example file easing.pde see the "overshoot" by expanding the window that is displayed:

void setup() {
    size(700,450);
    frameRate(30);
 }

void draw() {    
    background(0);
    
    translate(150, 0);
    
    stroke(255);
    line(400, 0, 400, 450);
    line(  0, 0,   0, 450);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions