mirror of
https://github.com/brl/mutter.git
synced 2025-03-08 04:15:05 +00:00

Currently, to update a property inside an animation you have to get the interval for that property and then call the set_final_value() method. We can provide a simpler, bind()-like method for the convenience of the developers that just validates everything and then calls the Interval.set_final_value().