NERDDISCO / luminave

Operate all the lights with your web browser and create stunning visual experiences.
MIT License
77 stars 8 forks source link

Keyframe interpolation is not 100% accurate #18

Closed TimPietrusky closed 6 years ago

TimPietrusky commented 6 years ago

When interpolation between a "static" value, the value jumps to a lower value even when nothing should be changed at all.

Example

0: {
  dimmer: 255
},
1: {
  dimmer: 255
}

Expected result

No change in the value

Actual result

Value is jumping from 255 to 254 and back to 255:

kapture 2018-01-09 at 6 37 38

Components / Modules