Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed some debug code
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+0
−3
src/animation.coffee
|
@@ -298,9 +298,6 @@ class Animation extends EventEmitter |
|
|
for k, v of @AnimatableCSSProperties |
|
|
endStyles[k] = computedStyles[k] |
|
|
|
|
|
for i in computedStyles.cssText.split ";" |
|
|
console.log i |
|
|
|
|
|
# This does not seem to work well in Chrome :-/ |
|
|
endStyles.webkitFilter = computedStyles.webkitFilter |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.