Closed mattherzog closed 2 months ago
Latest commit: 5db67ca5c79015cecce21696bb00345c71954811
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Path | Size |
---|---|
LiveKitRoom only | 1.92 KB (0%) |
LiveKitRoom with VideoConference | 28.86 KB (0%) |
All exports | 35.72 KB (0%) |
Updated connecting interval to smooth out animation. These intervals shouldn't really be intervals as they are divided by
barCount
. What we actually want is to define the overall length of the animation, in this case 2s, and divide that bybarCount
. This code works, but feels a bit indirect to call it 'intervals' with this update.Added an entry for 'initializing' as this wasn't supported and produced animation glitching.
Updated the connection sequence as to not repeat first/last when animation repeats.