틀:깜빡: 두 판 사이의 차이
잔글 (공급업체 접두사 삭제) |
(common.css 내용 이동) |
||
1번째 줄: | 1번째 줄: | ||
<onlyinclude><span style="animation: blink {{{2|1}}}s linear infinite; text-decoration:blink;">{{{1}}}</span></onlyinclude> | <onlyinclude>{{#css: | ||
@keyframes blink { | |||
0% { opacity: 1; } | |||
50% { opacity: 1; } | |||
50.01% { opacity: 0; } | |||
100% { opacity: 0; } | |||
} | |||
}}<span style="animation: blink {{{2|1}}}s linear infinite; text-decoration:blink;">{{{1}}}</span></onlyinclude> | |||
변수 1: 깜빡일 글자 | 변수 1: 깜빡일 글자 |
2023년 7월 21일 (금) 13:55 기준 최신판
{{{1}}}
변수 1: 깜빡일 글자 변수 2: 깜빡일 주기 (단위: 초; 기본값 1초)