Module:Sandbox/Bawolff/Chessboard/animate.css: Difference between revisions

Content deleted Content added
increase animation speed
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
.chessboard.animate .nonknight {
transition: left 0.3s1s linear, top 0.3s1s linear
}
.chessboard.animate .knight {
transition: left 0.15s05s linear, top 0.15s05s 0.15s05s linear
}
 
.chessboard.animate table {
transition: transform 0.2s
}
 
.chessboard table.calculator-value-true {
transform: rotate(180deg)
}
.chessboard table.calculator-value-true td .chess-pieces img, .chessboard table.calculator-value-true td.boardlabel {
transform: rotate(180deg)
}