Skip to content

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