mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
requestAnimationFrame was missing.
This commit is contained in:
parent
defda72fc1
commit
a22eb8e841
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ function FastImageRender(canvasElement, options) {
|
||||||
|
|
||||||
if (that.options.raf) {
|
if (that.options.raf) {
|
||||||
that.animLoop = function() {
|
that.animLoop = function() {
|
||||||
that.raf = that.animLoop)
|
that.raf = requireAnimationFrame(that.animLoop)
|
||||||
|
|
||||||
// separate render from drawing
|
// separate render from drawing
|
||||||
// render
|
// render
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue