Skip to content

Commit 615cfbe

Browse files
committed
remove unused code
1 parent 44ad7fc commit 615cfbe

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

css/crumple.css

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -359,50 +359,6 @@
359359
z-index: 1;
360360
}
361361

362-
@-webkit-keyframes sweep-reveal {
363-
0% {
364-
-webkit-clip-path: circle(60% at -20% 50%);
365-
clip-path: circle(60% at -20% 50%);
366-
}
367-
100% {
368-
-webkit-clip-path: circle(60% at 120% 50%);
369-
clip-path: circle(60% at 120% 50%);
370-
}
371-
}
372-
373-
@keyframes sweep-reveal {
374-
0% {
375-
-webkit-clip-path: circle(60% at -20% 50%);
376-
clip-path: circle(60% at -20% 50%);
377-
}
378-
100% {
379-
-webkit-clip-path: circle(60% at 120% 50%);
380-
clip-path: circle(60% at 120% 50%);
381-
}
382-
}
383-
384-
@-webkit-keyframes dual-circle {
385-
0% {
386-
-webkit-clip-path: circle(25% at -25% 50%) circle(25% at -25% 50%);
387-
clip-path: circle(25% at -25% 50%) circle(25% at -25% 50%);
388-
}
389-
100% {
390-
-webkit-clip-path: circle(25% at 125% 50%) circle(25% at 125% 50%);
391-
clip-path: circle(25% at 125% 50%) circle(25% at 125% 50%);
392-
}
393-
}
394-
395-
@keyframes dual-circle {
396-
0% {
397-
-webkit-clip-path: circle(25% at -25% 50%) circle(25% at -25% 50%);
398-
clip-path: circle(25% at -25% 50%) circle(25% at -25% 50%);
399-
}
400-
100% {
401-
-webkit-clip-path: circle(25% at 125% 50%) circle(25% at 125% 50%);
402-
clip-path: circle(25% at 125% 50%) circle(25% at 125% 50%);
403-
}
404-
}
405-
406362
@-webkit-keyframes circle-one {
407363
0% {
408364
-webkit-clip-path: circle(25vh at -25vh 25%);

0 commit comments

Comments
 (0)