Module:Sandbox/Bawolff/Chessboard/animate.css

This is an old revision of this page, as edited by Bawolff (talk | contribs) at 11:18, 21 January 2025 (even faster). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.chessboard.animate .nonknight {
	transition: left 0.1s linear, top 0.1s linear
}
.chessboard.animate .knight {
	transition: left 0.05s linear, top 0.05s 0.05s linear
}