Skip to content

Conversation

@sophiebits
Copy link
Collaborator

Fixes #1124.

I didn't add volume because it requires more complicated logic to control properly and I didn't add paused because to set it we need to call play() or pause() -- perhaps a mutation method is appropriate.

Fixes facebook#1124.

I didn't add `volume` because it requires more complicated logic to control properly and I didn't add `paused` because to set it we need to call play() or pause() -- perhaps a mutation method is appropriate.
zpao added a commit that referenced this pull request Feb 19, 2014
Add media element attributes
@zpao zpao merged commit f81d169 into facebook:master Feb 19, 2014
@zpao zpao added this to the 0.9 milestone Feb 19, 2014
@yocontra
Copy link
Contributor

@spicyj More complicated logic? Can you explain that?

I'm currently having issues with play, pause, and volume. I end up having to do weird syncing stuff to keep react's state up to date with the DOM and vice versa

@sophiebits
Copy link
Collaborator Author

I don't recall what I had in mind when I wrote that, sorry.

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.

Unable to set audio tag attributes

3 participants