Skip to content

loop number not working for me #33

@dhruvbhatia7

Description

@dhruvbhatia7

loop: number is not working for me. Setting it to true or false works

<lottie :options="defaultOptions" :height="100" :width="100" v-on:animCreated="handleAnimation"/>

data() {
return {

defaultOptions: {
animationData: animationData.default,
loop: 2, // <== not working for me
autoplay: true
},
animationSpeed: 1
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions