TestCase := Rectangle { animate x { duration: 1000ms; } animate y { x: 0px; // ^error{Unknown property x in PropertyAnimation} } }