mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 16:44:40 +00:00
clutter: Remove ClutterAnimation
This removes ClutterAnimation and related tests. ClutterAnimation has been deprecated for a long time, and replacements exist and are used by e.g. GNOME Shell since a while back. This also disables a few relatively unrelated interactive tests, as they rely on ClutterAnimation to implement some animations they use to illustrate what they actually test. As interactive tests currently are more or less untestable due to any interaction with them crashing, as well as they in practice means rewriting the tests using non-deprecated animation APIs, they are not ported right now. To actually port the interactive tests, it needs to be possible to fist interact with them. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
b46bc98d44
commit
322b51cded
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"type" : "ClutterAnimation",
|
||||
"id" : "test",
|
||||
"mode" : "easeInCubic",
|
||||
"duration" : 500,
|
||||
"object" : {
|
||||
"type" : "ClutterRectangle",
|
||||
"id" : "rect",
|
||||
"opacity" : 128,
|
||||
"width" : 100,
|
||||
"height" : 16,
|
||||
"color" : "white"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user