<head>
	<style>
		@keyframes fadeUp {
			from {
				transform: translateY(50px);
				opacity: 0;
			}
	
			to {
				transform: translateY(0);
				opacity: 1;
			}
		}
	
		.notion-frame > .notion-scroller {
			transform: translateY(50px);
			opacity: 0;
			animation: 400ms ease fadeUp;
			animation-fill-mode: forwards;
		}
	</style>
</head>

🎤 아-아- 제제미미입니다.

https://www.youtube.com/watch?v=TTfwtims2To&t=588s