mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
collide updates
This commit is contained in:
@ -39,6 +39,8 @@ export class Animation {
|
||||
percent(ratio) {
|
||||
this._options.percentComplete = parseFloat(ratio);
|
||||
animationStart(this._elements, this._options, this._properties);
|
||||
|
||||
startTick();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user