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

Mirror getters and setters onto motor-html elements. #7

Closed
trusktr opened this issue Apr 9, 2016 · 0 comments
Closed

Mirror getters and setters onto motor-html elements. #7

trusktr opened this issue Apr 9, 2016 · 0 comments

Comments

@trusktr
Copy link
Member

trusktr commented Apr 9, 2016

So that we can do stuff like

$('.some-node')[0].rotation = [20, 10, 40]

instead of currently:

$('.some-node').attr('rotation', '20, 10, 40')

(although the latter should continue to work)

@trusktr trusktr added the API label Apr 22, 2016
@trusktr trusktr modified the milestone: Finish then make real demos. Apr 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant