Bind values to 1:1 animation when gesture is ongoing
When a 1:1 gesture is ongoing, then the Overview effect will stop animating the overviewVal/gridVal values. I implemented this by porting to states, having 1:1 gesture be its own states, and only animating the change between states.