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

JSAV animation problem with Opera #173

Open
cashaffer opened this issue Oct 5, 2014 · 1 comment
Open

JSAV animation problem with Opera #173

cashaffer opened this issue Oct 5, 2014 · 1 comment

Comments

@cashaffer
Copy link
Collaborator

From our discussion:

       It seems that Opera wants to render all the CSS/DOM
       changes before applying further changes. When JSAV
       moves to the beginning or end of the animation, it
       applies all the CSS/DOM changes in each step of the
       recorded sequence. Other browsers seem to optimise
       this a bit so that they donât render the changes
       immediately but instead only render the state at the
       beginning/end of the animation. Or, alternatively,
       they have much faster renderers than Opera.
@vkaravir
Copy link
Owner

vkaravir commented Oct 5, 2014

To make it clearer for anyone (me) trying to fix this issue, JSAV actually does work with Opera. The problem is that moving to the beginning/end of the animation shows the intermediate states. This doesn't prevent the use of JSAV, but it does look bad.

@vkaravir vkaravir changed the title JSAV does not work with Opera JSAV animation problem with Opera Oct 5, 2014
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

No branches or pull requests

2 participants