Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

@after-change fires immediately after @before-change, even if :speed="3000" #190

Open
TitanFighter opened this issue Aug 7, 2020 · 1 comment
Labels

Comments

@TitanFighter
Copy link

Describe the bug
@after-change fires immediately after @before-change, even if :speed="3000"

Code

<VueAgile
    :speed="3000"
    @before-change="test(true)"
    @after-change="test(false)"
>

and

methods: {
    test (trueOrFalse) {
        console.log('trueOrFalse:', trueOrFalse)
    }
}

Expected behavior
As I understand, @after-change must be fired once animation stopped.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant