Potential bug: Today I noticed that if I have scrollbars attached to a UIScrollView, if i call TweenPosition, TweenWidth or TweenHeight on the master widget that the scrollview's panel is anchored to, on the first call to update during the tween, the grid items in the scrollview will jump. If i don't have the scrollbars attached to a scrollview, i don't have this problem.
Potential feature request: I also had to modify one of the tween scripts to add scrollView.RestrictWithinBounds(true); so that when I tween a scrollview, the contents stay within the view bounds. I wonder if it'd be useful to have an onUpdate callback delegate in these tweens so that the user doesn't need to modify the scripts to add additional functionality during the Tween OnUpdate calls.