Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ObjectTween #102

Open
legomushroom opened this issue Jan 18, 2017 · 0 comments
Open

Create ObjectTween #102

legomushroom opened this issue Jan 18, 2017 · 0 comments
Labels
feature feature request to implement
Projects

Comments

@legomushroom
Copy link
Member

Create ObjectTween module that just animates properties of some object of user's choice.

cosnt tween = new mojs.ObjectTween({
  target: someObject // object to tween the properties on
  foo: { 0: 30 }
});

It could be done in the same as the Html module is done - it extends the Thenable class, parses the options and passes them to the Deltas class which makes all the dirty work.

@legomushroom legomushroom added this to the Next release milestone Jan 18, 2017
@xavierfoucrier xavierfoucrier added the feature feature request to implement label Mar 20, 2019
@xavierfoucrier xavierfoucrier added this to Features in mojs@next Feb 13, 2020
@xavierfoucrier xavierfoucrier removed this from the @mojs/core v1.0.0 milestone Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature request to implement
Projects
No open projects
mojs@next
Features
Development

No branches or pull requests

2 participants