GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of madrobby/scripty2
Description: This is the alpha version of script.aculo.us 2, lovingly called "scripty2".
Homepage: http://script.aculo.us/2
Clone URL: git://github.com/kommen/scripty2.git
make effects run smoother on the iphone by lowering the expected fps count
madrobby (author)
Mon May 05 14:09:45 -0700 2008
commit  adea2310c233e48ef7889ff7b121e058c0562e2e
tree    909c6a9c0d636dd6b1ba4e658dc085db3f8c6fc5
parent  d5c034a12707e6f94c40ae003191253fe63966d2
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 Effect.Heartbeat = Class.create({
0
   initialize: function(options) {
0
     this.options = Object.extend({
0
- framerate: 60
0
+ framerate: Prototype.Browser.MobileSafari ? 20 : 60
0
     }, options);
0
   },
0
   

Comments

    No one has commented yet.