User talk:Frostly/snowflakes.css

Page contents not supported in other languages.
Source: Wikipedia, the free encyclopedia.

Snowflake shrink

Hi! This animation is so cool!

I suggest adding this little piece of code to make the snowflakes shrink in size as they fall :)

@keyframes snowflakes-shrink {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(0.6);
	}
}

Lady Aurora 60 (talk) 16:43, 11 January 2024 (UTC)[reply]