feat:AnimatinSet on iOS use AnimationGroup
This commit is contained in:
@@ -49,8 +49,6 @@ abstract class Animation implements IAnimation {
|
||||
key: e.key,
|
||||
fromValue: e.fromValue,
|
||||
toValue: e.toValue,
|
||||
repeatCount: this.repeatCount,
|
||||
repeatMode: this.repeatMode,
|
||||
})
|
||||
}
|
||||
return {
|
||||
@@ -58,6 +56,8 @@ abstract class Animation implements IAnimation {
|
||||
delay: this.delay,
|
||||
duration: this.duration,
|
||||
changeables,
|
||||
repeatCount: this.repeatCount,
|
||||
repeatMode: this.repeatMode,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user