GNOME Bugzilla – Bug 698674
Improve ClutterZoomAction behavior
Last modified: 2013-04-23 16:42:37 UTC
In the following video, here is how the ClutterZoomAction currently behaves : https://www.youtube.com/watch?v=v9tLjzVZIU4 Here is how it behaves once you apply the attached patch : https://www.youtube.com/watch?v=mZqw6lqTCpo The trick here is to use the clutter_actor_set_pivot_point() function instead of computing the delta to move the actor from given the point of focus.
Created attachment 242255 [details] [review] Improved ClutterZoomAction
Review of attachment 242255 [details] [review]: seems okay.
Pushed.