File tree Expand file tree Collapse file tree 3 files changed +48
-3
lines changed Expand file tree Collapse file tree 3 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 150
150
{
151
151
button : document . getElementById ( 'loader-clock' ) ,
152
152
className : 'loader-clock'
153
+ } ,
154
+ {
155
+ button : document . getElementById ( 'loader-curtain' ) ,
156
+ className : 'loader-curtain'
157
+ } ,
158
+ {
159
+ button : document . getElementById ( 'loader-curtain-brazilian' ) ,
160
+ className : 'loader-curtain' ,
161
+ attributes : [
162
+ { attribute : 'brazilian' }
163
+ ]
164
+ } ,
165
+ {
166
+ button : document . getElementById ( 'loader-curtain-colorful' ) ,
167
+ className : 'loader-curtain' ,
168
+ attributes : [
169
+ { attribute : 'colorful' }
170
+ ]
171
+ } ,
172
+ {
173
+ button : document . getElementById ( 'loader-curtain-custom-text' ) ,
174
+ className : 'loader-curtain' ,
175
+ attributes : [
176
+ {
177
+ attribute : 'curtain-text' ,
178
+ value : document . getElementById ( 'curtain-custom-text' )
179
+ }
180
+ ]
153
181
}
154
182
] ;
155
183
Original file line number Diff line number Diff line change 26
26
< link rel ="shortcut icon " href ="/favicon.ico " type ="image/x-icon " />
27
27
28
28
< link rel ="stylesheet " href ="dist/main.min.css ">
29
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/raphaelfabeni/css-loader/master /dist/css-loader.css ">
29
+ < link rel ="stylesheet " href ="https://cdn.rawgit.com/raphaelfabeni/css-loader/dc29835b1f0a2d07c4f63291448c247dfb06b58b /dist/css-loader.css ">
30
30
</ head >
31
31
< body >
32
32
<!-- Loader -->
@@ -117,12 +117,29 @@ <h3 class="box__title">Double</h3>
117
117
</ div >
118
118
119
119
< div class ="box ">
120
- < h3 class ="box__title "> clock </ h3 >
120
+ < h3 class ="box__title "> Clock </ h3 >
121
121
< div class ="box__item ">
122
122
< button id ="loader-clock " class ="button "> default</ button >
123
123
</ div >
124
124
</ div >
125
125
126
+ < div class ="box ">
127
+ < h3 class ="box__title "> Curtain</ h3 >
128
+ < div class ="box__item ">
129
+ < button id ="loader-curtain " class ="button "> default</ button >
130
+ </ div >
131
+ < div class ="box__item ">
132
+ < button id ="loader-curtain-brazilian " class ="button "> brazilian</ button >
133
+ </ div >
134
+ < div class ="box__item ">
135
+ < button id ="loader-curtain-colorful " class ="button "> colorful</ button >
136
+ </ div >
137
+ < div class ="box__item ">
138
+ < input type ="text " id ="curtain-custom-text " class ="input " placeholder ="custom text here ">
139
+ < button id ="loader-curtain-custom-text " class ="button "> custom-text</ button >
140
+ </ div >
141
+ </ div >
142
+
126
143
< div class ="box ">
127
144
< h3 class ="box__title "> Ball</ h3 >
128
145
< div class ="box__item ">
You can’t perform that action at this time.
0 commit comments