mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
rename NavBase to ViewController
This commit is contained in:
@ -48,7 +48,7 @@ export class Animation {
|
||||
return this;
|
||||
}
|
||||
|
||||
addAnimation(childAnimations) {
|
||||
add(childAnimations) {
|
||||
childAnimations = Array.isArray(childAnimations) ? childAnimations : arguments;
|
||||
for (let i = 0; i < childAnimations.length; i++) {
|
||||
childAnimations[i].parent(this);
|
||||
|
Reference in New Issue
Block a user