codewithher / CC-Lantern

Wrapper library for programming cultural lanterns.
GNU General Public License v3.0
0 stars 0 forks source link

Examples - Fade takes too long #15

Open totally-not-frito-lays opened 6 months ago

totally-not-frito-lays commented 6 months ago

Fade takes noticeably longer than the rest of functions when used. That's because the input numbers don't indicate how long the function should run for, it describes the amount of time spent on each step.

From a user point of view, the remaining functions resolve within seconds. We should update the example to make it more usable without understanding the code.