
- Icon transition is no longer jumping in first frame (caused by different padding) - Icon is no longer cropped at start of transition (caused by missing changeImageTransform) - Toolbar icons are no longer animated. Introduced in !561 by changing the icons programmatically
8 lines
171 B
XML
8 lines
171 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<transitionSet>
|
|
<changeImageTransform />
|
|
<changeBounds />
|
|
<changeTransform />
|
|
<changeClipBounds />
|
|
</transitionSet>
|