adds beginframe scheduling

This commit is contained in:
gellert 2016-07-22 13:55:58 +02:00
parent 9e10f211d7
commit 0ad0c79202
8 changed files with 433 additions and 157 deletions

View file

@ -329,5 +329,5 @@ if (option.file && !option.webdriver) {
startRepl()
} else {
const indexPath = path.join(__dirname, '/index.html')
loadApplicationByUrl(`https://vimeo.com/channels/staffpicks/174711575#t=7s`)
loadApplicationByUrl(`http://mrdoob.com/lab/javascript/requestanimationframe/`)
}