File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 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% );
You can’t perform that action at this time.
0 commit comments