I'd like to animate the width of a number of WKInterfaceObjects (buttons, groups) to zero or virtually zero. However, the setWidth reference says "Specify
0.0
to revert to the width specified in your storyboard file." I'd be OK with specifying a width of 0.001 or even 0.1 but setWidth interprets anything less than 0.25 as zero. Not an issue for a single object, but I have 12 of them stacked up and can't get a smooth animation from the final 12 * 0.25 points to zero. (This is on watchOS 2)I'll file a bug report but does anyone have a workaround?
Thanks.