mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Removing usage of g.matrix, since g (group) does not have a member called matrix. (the test code would print undefined)
This commit is contained in:
@@ -337,6 +337,6 @@ window.onload=()=>{
|
||||
var myInvertedMatrix = myMatrix.invert();
|
||||
|
||||
g.animate({ transform: myMatrix },3000, mina.bounce, function() { g.animate({ transform: myInvertedMatrix }, 3000, mina.bounce) } );
|
||||
console.log( g.transform(), g.matrix, myMatrix.split() );
|
||||
console.log( g.transform(), myMatrix.split() );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user