()
| 393 | |
| 394 | // Update props |
| 395 | const _update = () => { |
| 396 | |
| 397 | // Get new props |
| 398 | const { elem, props } = getProps(instance) |
| 399 | |
| 400 | // Set new props |
| 401 | setProps(elem, props) |
| 402 | |
| 403 | return props |
| 404 | |
| 405 | } |
| 406 | |
| 407 | // Starts to animate |
| 408 | const _start = () => { |