-
I've been enjoying Ubersicht a lot and only just now noticed that I can't get the 'keyframes' library from Emoticon (via 'uebersicht') to work and only just now realized it's not stated that it's expo…
-
mp_Mapper.py:137
self.is_tracking_keyframe_shared[0] = 0
should be after mp_Mapper.py:146-151
newcam = copy.deepcopy(self.shared_cam)
newcam.on_cuda()
self.mappi…
-
### Link to the code that reproduces this issue
https://github.com/jantimon/reproduction-next-server-component-css-error
### To Reproduce
1. clone https://github.com/jantimon/reproduction-next-serv…
-
Am I missing something about how this is supposed to work? I have the following setup which is working in Chrome natively, but I have yet to get either of these to work with the polyfill in Firefox/Sa…
-
## 🖥 Display Client
### Messages
- [x] clear all actors
- [x] add actor2d (with all its params)
- [x] toggle playback
- [x] set playhead position
## 🎮 Control Client
### Messages
- […
-
Some browsers have legitimate problems to display the page. For instance, the first rule of the current CSS is `box-sixing: border-box;` which contains an obvious typo. Another dubious behavior is usi…
-
When you start the process and select lets say a 4x4 plate of 512x512 images (2048x2048 plate). We get 1 full plate with 16 images, and then a partial plate with just 4. I understand this limitation i…
-
Would nice to be able to define all animations in one object. Where the parent selector is the context for each children. A second parameter could hold a selector-engine like jQuery.
### Jkf.timeline(…
-
"animationstart" and "animationend" aren't fired when I run my Javascript with karma-chrome-launcher so I am unable to test my code.
These events are fired when CSS animations are run: https://deve…
-
Add the possibility to assign time-dependent mathematical formulas to the properties (position/scale/rotation) of a box.
Example:
Assigning a formula like `sin(time*2)*30` to a zombie-models `yaw`…