cdnhost 1.4.4 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/iwinv.js +0 -4
- package/package.json +1 -1
- package/seekr.js +5 -5
- package/seekr2.js +5 -5
package/iwinv.js
CHANGED
package/package.json
CHANGED
package/seekr.js
CHANGED
|
@@ -103,14 +103,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
|
|
|
103
103
|
|
|
104
104
|
document.getElementById('container').style.boxShadow = 'none';
|
|
105
105
|
function ss(){
|
|
106
|
-
document.getElementById("s2").style.transition = "opacity
|
|
107
|
-
document.getElementById("button").style.transition = "opacity
|
|
106
|
+
document.getElementById("s2").style.transition = "opacity 15s";
|
|
107
|
+
document.getElementById("button").style.transition = "opacity 15s";
|
|
108
108
|
setTimeout("s()", 3999);
|
|
109
|
-
setTimeout("h()",
|
|
109
|
+
setTimeout("h()", 15000);
|
|
110
110
|
}
|
|
111
111
|
function pcss(){
|
|
112
112
|
setTimeout("s()", 3999);
|
|
113
|
-
setTimeout("h()",
|
|
113
|
+
setTimeout("h()", 15000);
|
|
114
114
|
}
|
|
115
115
|
function a(){
|
|
116
116
|
document.getElementById("button").style.display="none";
|
|
@@ -136,5 +136,5 @@ function h(){
|
|
|
136
136
|
button.style.opacity = 1;
|
|
137
137
|
document.getElementById("s2").style.transition = "opacity 1s";
|
|
138
138
|
document.getElementById("button").style.transition = "opacity 1s";
|
|
139
|
-
},
|
|
139
|
+
}, 2000);
|
|
140
140
|
}
|
package/seekr2.js
CHANGED
|
@@ -86,14 +86,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
|
|
|
86
86
|
|
|
87
87
|
document.getElementById('container').style.boxShadow = 'none';
|
|
88
88
|
function ss(){
|
|
89
|
-
document.getElementById("s2").style.transition = "opacity
|
|
90
|
-
document.getElementById("button").style.transition = "opacity
|
|
89
|
+
document.getElementById("s2").style.transition = "opacity 15s";
|
|
90
|
+
document.getElementById("button").style.transition = "opacity 15s";
|
|
91
91
|
setTimeout("s()", 3999);
|
|
92
|
-
setTimeout("h()",
|
|
92
|
+
setTimeout("h()", 15000);
|
|
93
93
|
}
|
|
94
94
|
function pcss(){
|
|
95
95
|
setTimeout("s()", 3999);
|
|
96
|
-
setTimeout("h()",
|
|
96
|
+
setTimeout("h()", 15000);
|
|
97
97
|
}
|
|
98
98
|
function a(){
|
|
99
99
|
document.getElementById("button").style.display="none";
|
|
@@ -119,5 +119,5 @@ function h(){
|
|
|
119
119
|
button.style.opacity = 1;
|
|
120
120
|
document.getElementById("s2").style.transition = "opacity 1s";
|
|
121
121
|
document.getElementById("button").style.transition = "opacity 1s";
|
|
122
|
-
},
|
|
122
|
+
}, 2000);
|
|
123
123
|
}
|