I tested using "Example 8 - Scroll View (Camera)" scene also. when i scroll items out of camera bound, they spring back. But it's look choppy when it's nearly reach destination, animation doesn't look smooth.
I debug inside SpringPosition.cs, sometime RealTime.deltaTime go higher than normal, maybe Update function has been skipped few frames.
If using scroll view(Panel), animation alway look smooth.
Is there any way to fix it to make it has same animation as ScrollView panel please?
Thank you!