mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-05 09:01:44 -04:00
Using classes to show galaxy
This commit is contained in:
@@ -81,14 +81,7 @@ Engine = Base.extend({
|
||||
start: function(){
|
||||
var parent = this.canvas.parentNode;
|
||||
|
||||
this.background.style.opacity = 1;
|
||||
|
||||
this.background.style.webkitTransform = 'translate3d(0,0,0) scale(1)';
|
||||
this.background.style.mozTransform = 'translate3d(0,0,0) scale(1)';
|
||||
this.background.style.msTransform = 'translate3d(0,0,0) scale(1)';
|
||||
this.background.style.oTransform = 'translate3d(0,0,0) scale(1)';
|
||||
this.background.style.transform = 'translate3d(0,0,0) scale(1)';
|
||||
|
||||
this.background.className += ' show';
|
||||
this.canvas.style.opacity = 1;
|
||||
|
||||
new Chainable()
|
||||
|
||||
Reference in New Issue
Block a user