({
photo: foo.addEventListener("animationend", photoCycle, true) || foo.addEventListener("webkitAnimationEnd", photoCycle, true),
bio: foo.addEventListener("animationend", bioCycle, true) || foo.addEventListener("webkitAnimationEnd", bioCycle, true)
})[mode]
モードを評価するオブジェクトを作成しようとしています(これは文字列photo
またはになります)、それが firefoxまたは chromebio
であるかどうかに応じてイベントリスナーを追加します。奇妙なことに、モードがキーの無効なラベルの構文エラーになります。animationend
webkitanimationend
photo
bio