File tree Expand file tree Collapse file tree 3 files changed +3
-137
lines changed
Expand file tree Collapse file tree 3 files changed +3
-137
lines changed Original file line number Diff line number Diff line change 126126 font-size : 1.25em ;
127127}
128128/*
129- #essays .crumple:after {
130- background-color: tomato;
131- }
132-
133- #essays {
134- background-color: tomato;
135- }
136-
137- #poems .crumple:after {
138- background-color: lightsalmon;
139- }
140-
141- #poems {
142- background-color: lightsalmon;
143- }
144-
145- #journal .crumple:after {
146- background-color: plum;
147- }
148-
149- #journal {
150- background-color: plum;
151- }
129+ tomato plum lightsalmon
152130*/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 114114 opacity : [
115115 { value : 0 , duration : 200 } ,
116116 { value : 1 , duration : 200 }
117- ]
117+ ] ,
118118 } ) ;
119119 anime . remove ( this . DOM . subtitle ) ;
120120 anime ( {
128128
129129 const items = Array . from ( document . querySelectorAll ( '.item' ) ) ;
130130 const init = ( ( ) => items . forEach ( item => new ImgItem ( item ) ) ) ( ) ;
131- setTimeout ( ( ) => document . body . classList . remove ( 'loading' ) , 5000 ) ;
131+ setTimeout ( ( ) => document . body . classList . remove ( 'loading' ) , 4000 ) ;
132132} ;
133133
134134$ ( window ) . scroll ( function ( ) {
You can’t perform that action at this time.
0 commit comments