(value)
| 1429 | view.touchAnimation = newValue; |
| 1430 | }, |
| 1431 | valueConverter(value) { |
| 1432 | if (isObject(value)) { |
| 1433 | return <TouchAnimationOptions>value; |
| 1434 | } else { |
| 1435 | return booleanConverter(value); |
| 1436 | } |
| 1437 | }, |
| 1438 | }); |
| 1439 | touchAnimationProperty.register(ViewCommon); |
| 1440 |
no test coverage detected