|
Last change
on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
265 bytes
|
| Line | |
|---|
| 1 | import { createAnimateManager } from './AnimationManager';
|
|---|
| 2 | import { RequestAnimationFrameTimeoutController } from './timeoutController';
|
|---|
| 3 | export function createDefaultAnimationManager() {
|
|---|
| 4 | return createAnimateManager(new RequestAnimationFrameTimeoutController());
|
|---|
| 5 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.