()
| 301 | }; |
| 302 | |
| 303 | const getFill = () => { |
| 304 | if (_fill !== undefined) { |
| 305 | return _fill; |
| 306 | } |
| 307 | if (parentAnimation) { |
| 308 | return parentAnimation.getFill(); |
| 309 | } |
| 310 | |
| 311 | return 'both'; |
| 312 | }; |
| 313 | |
| 314 | const getDirection = () => { |
| 315 | if (forceDirectionValue !== undefined) { |
no test coverage detected