-
I'm trying to make my objects move on Sinewave Path between 2 given Vector3, but I can't seem to get it right. All the tutorials and posts I find online mention doing it on the Update method, but that…
-
```
IndexOutOfRangeException: Index was outside the bounds of the array.
(wrapper stelemref) System.Object.virt_stelemref_class_small_idepth(intptr,object)
DG.Tweening.Core.TweenManager.ReorganizeA…
-
Right now the device only supports setting PWM values directly. The node version of VibHub supports programs where it tweens between values. Not sure if we'll have enough memory to do it, but it's pro…
-
The standard TWEEN library allows you to pass an array of values to the tween to be able to interpolate (linearly, catmull or bezier) between those values and change the tweened object like that.
h…
-
Hi, i'm now finded and interested about this, because i'm making animation library, i using tween.js, maybe use this insteadof tween.js!
When downloaded, i seen all demos. And while tweening, shows fi…
-
Hi @alexjlockwood
I'm done my tweening library, now i'm try to make own export type on ShapeShifter, it's better than make another clone ShapeShifter as users will use gui. Is there has middleware h…
-
### New Functionality
I'd like to add a bit more motion to my current game UI (made in VuetifyJS of course). I mean FAB button morphing to a toolbar on click showing menu like it does with speed dial…
-
Issue created by Former user as [Bitbucket Issue #​176](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/176) on 2017.10.21 13:12.
Hey, I've been working on a script that is k…
-
Why the morphing/tweening is so ugly?
For a better morphing algorithm you should check this article:
http://tympanus.net/Development/AnimatedSVGIcons/
It uses Snap.svg with the following code:
``` j…
-
DoTween version v1.0.665
This errors started to happen when a big amount of tweens launch at the same time on different objects (100-300 tween). Maybe there is situations when 2-3 similar tweens star…