mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-14 01:00:40 -04:00
Merge branch 'master' of github.com:hashicorp/terraform
This commit is contained in:
@@ -6,6 +6,7 @@ Engine.Typewriter = function(element){
|
||||
this.element = element;
|
||||
this.content = this.element.textContent.split('');
|
||||
this.element.innerHTML = '';
|
||||
this.element.style.visibility = 'visible';
|
||||
};
|
||||
|
||||
Engine.Typewriter.prototype = {
|
||||
|
||||
@@ -93,12 +93,9 @@ Engine = Base.extend({
|
||||
.then(function(){
|
||||
this.showShapes = true;
|
||||
}, this)
|
||||
.wait(800)
|
||||
.wait(1000)
|
||||
.then(function(){
|
||||
this.logo.startBreathing();
|
||||
}, this)
|
||||
.wait(200)
|
||||
.then(function(){
|
||||
this.showGrid = true;
|
||||
}, this)
|
||||
.wait(1000)
|
||||
|
||||
@@ -66,10 +66,9 @@ var Init = {
|
||||
|
||||
Pages: {
|
||||
'page-home': function(){
|
||||
var jumbotron;
|
||||
if (isIE) {
|
||||
jumbotron = document.getElementById('jumbotron');
|
||||
jumbotron.className += ' static';
|
||||
document.getElementById('jumbotron').className += ' static';
|
||||
document.getElementById('tag-line').style.visibility = 'visible';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user