Steps to reproduce:
- Create a new URP project
- In the Hierarchy, right-click and select UI Toolkit > Standard Elements > Visual Element
- Select the VisualElement
- In the Inspector, expand the Transition Animations foldout
- Modify any property, e.g. "Duration"
- Observe the "-" button becomes active
- Click the "-" button (to reset animation)
- Click Undo (Cmd+Z)
- Observe the "-" button
Actual results: The "-" button remains greyed out after Undo
Expected results: The "-" button is active again after Undo, matching the restored state
Reproducible with versions: 6000.6.0b1, 6000.7.0a1
Can’t test with versions: 6000.4.12f1, 6000.5.1f1 (uxml editing In Context not available)
Tested on (OS): macOS 26.5
Notes:
- Undo restores the transition values correctly; only the "-" button's enabled state fails to update
- Button becomes active again only if some property is modified again or another animation list item is added