DragonBones

Hi,
I am new to dragonbones.i implement the dragonbone animation in phaser but it’s repeat the animation.How can i stop the animation in phaser?
Thanks

try this:

 buddy.setAnimationByName(
    0,          //Track index
    "idle",     //Animation's name
    false        //If the animation should loop or not
);