Jump to content

Module:Sandbox/Bawolff/Chessboard/animate.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bawolff (talk | contribs) at 15:40, 20 January 2025 (init). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.chessboard.animate .nonknight {
	transition: left 0.5s linear, top 0.5s linear
}
.chessboard.animate .knight {
	transition: left 0.25s linear, top 0.25s 0.25s linear
}