DragonBones / DragonBonesJS

DragonBones TypeScript / JavaScript Runtime
MIT License
746 stars 320 forks source link

[PIXI + dragonbones] Speed of playing animation is sometimes strangely fast in ios #92

Open chilin99999 opened 5 years ago

chilin99999 commented 5 years ago

I run dragonbones skeleton animation with PIXI.

this.factory = dragonBones.PixiFactory.factory; this.armatureDisplay = this.factory.buildArmatureDisplay('Bone', name); this.addChild(this.armatureDisplay); this.armatureDisplay.animation.play(actionName);

It's good in Chrome running in windows / android. But the speed of playing animation is sometimes strangely fast in ios. If I play the animation continuously, it works fine. But if I wait for few seconds and then play it, the animation speed will be strangely fast!

Environment