two-stage atomic explosion animations

This commit is contained in:
Thibault Duplessis 2016-01-23 20:32:16 +07:00
parent 7dca69417f
commit 20fcc962ff
11 changed files with 16 additions and 12 deletions

View file

@ -9,7 +9,7 @@ net {
ip = "5.196.91.160"
asset {
domain = ${net.domain}
version = 816
version = 818
}
}
play {

File diff suppressed because one or more lines are too long

View file

@ -101,8 +101,12 @@ body.highlight .cg-board square.check {
body.base .cg-board square.current-premove {
background-color: rgba(20, 30, 85, 0.5);
}
body.base .cg-board square.exploding {
body.base .cg-board square.exploding1 {
background-color: rgba(255, 255, 255, 0.5);
}
body.base .cg-board square.exploding2 {
background-color: rgba(255, 0, 0, 0.5);
transition: background-color 0.1s;
}
piece {
width: 100%;

View file

@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"game": "file:../game",
"mithril": "github:ornicar/mithril.js#v1.0.0"
}

View file

@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"lodash": "~3.7.0",
"mithril": "github:ornicar/mithril.js#v1.0.0"
}

View file

@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}

View file

@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"chessli.js": "file:../chessli",
"lodash": "~3.7.0",
"merge": "~1.2.0",

View file

@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"chessli.js": "file:../chessli",
"lodash": "~3.7.0",
"merge": "~1.2.0",

View file

@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"game": "file:../game",
"mithril": "github:ornicar/mithril.js#v1.0.0"
}

View file

@ -28,7 +28,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"game": "file:../game",
"lodash": "~3.7.0",
"mithril": "github:ornicar/mithril.js#v1.0.0"

View file

@ -28,7 +28,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.4.1",
"chessground": "github:ornicar/chessground#v3.4.2",
"game": "file:../game",
"lodash": "~3.7.0",
"mithril": "github:ornicar/mithril.js#v1.0.0"