javascript - What are the differences among the vendor prefixed 'requestAnimationFrame' implementations? -



Edit: This question is now only of historical interest:

It appears That seller vendor and vendor-specific behavior has been removed.

If you wish, feel free to ask a question about emulating the old vendor-specific behavior.


There may be different functions for requestAnimationFrame in Chrome, Firefox, Internet Explorer and Opera:

  • WebkitRequestAnimationFrame
  • mozRequestAnimationFrame
  • msRequestAnimationFrame
  • oRequestAnimationFrame

    It is absolutely clear what should be their behavior, but does a person have an official answer in different ways?

    EDIT: For the time being, I accept my answer. I am still interested in the details of implementation of IE 10, and opera should apply it opera, opera; Any important difference I can make is to update the question.

    Perhaps the best page for the full explanation.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -