| OLD | NEW | 
|---|
| 1 | 1 | 
| 2 class WebKitAnimationJs extends DOMTypeJs implements WebKitAnimation native "*We
    bKitAnimation" { | 2 class _WebKitAnimationJs extends _DOMTypeJs implements WebKitAnimation native "*
    WebKitAnimation" { | 
| 3 | 3 | 
| 4   static final int DIRECTION_ALTERNATE = 1; | 4   static final int DIRECTION_ALTERNATE = 1; | 
| 5 | 5 | 
| 6   static final int DIRECTION_NORMAL = 0; | 6   static final int DIRECTION_NORMAL = 0; | 
| 7 | 7 | 
| 8   static final int FILL_BACKWARDS = 1; | 8   static final int FILL_BACKWARDS = 1; | 
| 9 | 9 | 
| 10   static final int FILL_BOTH = 3; | 10   static final int FILL_BOTH = 3; | 
| 11 | 11 | 
| 12   static final int FILL_FORWARDS = 2; | 12   static final int FILL_FORWARDS = 2; | 
| (...skipping 17 matching lines...) Expand all  Loading... | 
| 30   int get iterationCount() native "return this.iterationCount;"; | 30   int get iterationCount() native "return this.iterationCount;"; | 
| 31 | 31 | 
| 32   String get name() native "return this.name;"; | 32   String get name() native "return this.name;"; | 
| 33 | 33 | 
| 34   bool get paused() native "return this.paused;"; | 34   bool get paused() native "return this.paused;"; | 
| 35 | 35 | 
| 36   void pause() native; | 36   void pause() native; | 
| 37 | 37 | 
| 38   void play() native; | 38   void play() native; | 
| 39 } | 39 } | 
| OLD | NEW | 
|---|