틀:곡 목록/styles.css: 두 판 사이의 차이

잔글편집 요약 없음
(애니메이션 개선, 테스트)
1번째 줄: 1번째 줄:
img{
img{
transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;
/*transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;*/
}
}


.mw-collapsible-toggle-expanded .song-list img {
.mw-collapsible-toggle-expanded .song-list img {
transform: rotate( 180deg );
transform: scale(-1);
position: relative;  
position: relative;  
top: -0.1px;
top: -0.1px;
left: -0.5px;
left: -0.5px;
}
}

2024년 3월 6일 (수) 00:07 판

img{
	/*transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;*/
}

.mw-collapsible-toggle-expanded .song-list img {
	transform: scale(-1);
	position: relative; 
		top: -0.1px;
		left: -0.5px;
}