theatre-js / theatre

Motion design editor for the web
https://www.theatrejs.com
Apache License 2.0
10.82k stars 337 forks source link

Initial value of boolean prop #465

Open oallouch opened 6 months ago

oallouch commented 6 months ago

Hi, When I give an initial value to a boolean prop, in my code, I expect my value to change only on my first keyframe. But when I set a boolean value at a certain keyframe, it also changes the value before it. I have to add a keyframe at the beginning of the sheet.

Thx Olivier