Skip to content

ialexi/animator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=============================================================================
Project:   AnimateTest
Copyright: ©2009 Alex Iskander and TPSi
=============================================================================

This is a SproutCore project that tests the performance of the animation mixin.

It works rather simply: the animation mixin has a lastFPS variable that holds
the FPS for the last sequence of animations; this is an average from whenever the
timer stops idling to when the timer starts idling again.

Our appController binds to that lastFPS property and updates the label in the toolbar.
The results are much more consistent; I'm getting consistent results even with only
100 labels in super-fast Safari, with animations of only 5 seconds long (naturally,
the longer the animation, the more consistent the data will be, as there will be
more data collected).

The main_page.js will create a specified number of label views (one of the earlier lines
in the file specifies it). Each label has a number so it can easily be tracked.

About

Tester for the animation mixin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published