Skip to content

Add suppot for change positions (x, y, z) #42

@belozer

Description

@belozer

Example:

animate.position('x', '+100px', {duration: '200ms', delay: '1s'});
animate.position('y', '-100px', {duration: '200ms', delay: '1s'});
animate.position('z', '100px', {duration: '200ms', delay: '1s'});

or

animate.position({x: '100px', y: '-100px', z: '10px', duration: '200ms', delay: '1s'});

or

animate.start({x: '100px', y: '-100px', z: '10px', duration: '200ms', delay: '1s'});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions