Skip to content

fix: Properly update position in callback function#475

Open
alexanderGugel wants to merge 1 commit intoFamous:masterfrom
alexanderGugel:Position-transition-fix
Open

fix: Properly update position in callback function#475
alexanderGugel wants to merge 1 commit intoFamous:masterfrom
alexanderGugel:Position-transition-fix

Conversation

@alexanderGugel
Copy link
Member

Resolves #474

Example:

var position = new Position(parent0);
position.set(100, 100, 100, {
    duration: 500,
    curve: 'inOutExpo'
}, function () {
    position.set(0, 0, 0);
});

Resolves Famous#474

Example:

    var position = new Position(parent0);
    position.set(100, 100, 100, {
        duration: 500,
        curve: 'inOutExpo'
    }, function () {
        position.set(0, 0, 0);
    });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant