viewof demo1 = animation({
tRange: [0, 4],
tStep: 0.01,
pixelsPerT: 200,
options: {
radius: {
color: "blue"
}
},
keyFrames: {
angle: [
{t: 0, y: 0},
{t: 0.7557499408721924, y: 0.7339999973773956},
{t: 1.4014999866485596, y: 0.9020000249147415},
{t: 1.963249921798706, y: 0.6739999949932098},
{t: 2.241499900817871, y: 0.24799996614456177},
{t: 3.0919997692108154, y: 0},
{t: 3.097249746322632, y: 1},
{t: 4, y: 0}
],
radius: [
{t: 0, y: 0.1},
{t: 1, y: 0.2},
{t: 4, y: 1}
]
}
})