mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Upload files to "semag/al2/js"
This commit is contained in:
parent
96d3a0beec
commit
95d2a3e691
2
semag/al2/js/completion-animation.e05e7a06.js
Normal file
2
semag/al2/js/completion-animation.e05e7a06.js
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["completion-animation"],{"59a7":function(t,i,e){"use strict";e("8d9c")},"8d9c":function(t,i,e){},ee39:function(t,i,e){"use strict";e.r(i);var n=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{directives:[{name:"animation-end",rawName:"v-animation-end",value:t.onAnimation,expression:"onAnimation"}],staticClass:"completion",class:t.classes,attrs:{id:"completion"}},[e("div",{staticClass:"rays center"}),e("div",{staticClass:"items center"},t._l(t.ELEMENTS,(function(i,n){return e("div",{key:i,staticClass:"animation-item",class:["item"+(n+1)]},[e("img",{attrs:{src:t.iconUrl(i),alt:"animation item"}})])})),0),t._m(0),e("div",{staticClass:"cover"}),t._m(1)])},a=[function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"hole-container center"},[e("div",{staticClass:"hole dark center"}),e("div",{staticClass:"hole light center"})])},function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"center text"},[e("div",[t._v(" everything"),e("br"),t._v("discovered! ")])])}],s=e("6e95"),c=e("fd41"),o=e("1663"),r=e("53b2"),m=e("7d61");const d=m["a"][r["d"]],l=["1","2","3","4","5","6","7","8","9","10","12","13","14","15","16"];var v=s["a"].extend({name:"animation-completion",data:()=>({animate:!1}),computed:{ELEMENTS(){return l},isActive(){return this.$store.getters.isAnimationActive(r["d"])},classes(){return{"js-active":this.isActive&&this.animate}}},mounted(){this.checkActive()},watch:{isActive(){this.checkActive()}},methods:{checkActive(){this.isActive&&this.$nextTick(()=>{this.animate=!0})},iconUrl(t){return Object(c["a"])(t)},onAnimation({animationName:t}){t.startsWith(d.middle)&&this.onAnimationEnding(),t.startsWith(d.end)&&this.onAnimationEnd()},onAnimationEnding(){this.$store.dispatch("animationCompletionEnding")},onAnimationEnd(){this.animate=!1,this.$store.dispatch("animationReset"),o["a"].emit("GAME_COMPLETION_ANIMATION_END")}}}),h=v,u=(e("59a7"),e("2877")),A=Object(u["a"])(h,n,a,!1,null,"12eb312c",null);i["default"]=A.exports}}]);
|
||||||
|
//# sourceMappingURL=completion-animation.e05e7a06.js.map
|
2
semag/al2/js/descriptions.fa967da2.js
Normal file
2
semag/al2/js/descriptions.fa967da2.js
Normal file
File diff suppressed because one or more lines are too long
2
semag/al2/js/end-animation.3037395d.js
Normal file
2
semag/al2/js/end-animation.3037395d.js
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["end-animation"],{"0e2c":function(t,i,e){"use strict";e.r(i);var s=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{directives:[{name:"animation-end",rawName:"v-animation-end",value:t.onAnimation,expression:"onAnimation"}],staticClass:"game-ending",class:t.classes},[t.isActive?[e("div",{staticClass:"center rings"},t._l(t.RINGS,(function(i,s){return e("div",{key:i+s,staticClass:"center",class:["ring"+(s+1)]},t._l(i,(function(i,s){return e("div",{key:i,class:["image"+(s+1)]},[e("img",{attrs:{src:t.iconUrl(i),alt:"icon"}})])})),0)})),0),e("div",{staticClass:"center dot"}),e("div",{staticClass:"center inner-dot"}),e("div",{staticClass:"center pop"},t._l(7,(function(t){return e("div",{key:t,class:["pop"+t]},[e("svg",{staticClass:"first",attrs:{viewBox:"0 0 200 200",xmlns:"http://www.w3.org/2000/svg"}},[e("circle",{attrs:{cx:"100",cy:"100",r:"100"}})]),e("div",{staticClass:"rectangle"}),e("svg",{staticClass:"last",attrs:{viewBox:"0 0 200 200",xmlns:"http://www.w3.org/2000/svg"}},[e("circle",{attrs:{cx:"100",cy:"100",r:"100"}})])])})),0),t._m(0)]:t._e()],2)},n=[function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"center text"},[e("div",[t._v(" all items"),e("br"),t._v("discovered! ")])])}],a=e("6e95"),c=e("53b2"),r=e("7d61"),o=e("fd41"),l=e("5c57"),v=e("1663");const m=r["a"][c["e"]],d=[["1","2","3","4"],["11","13","24","36","114","41"],["42","52","72","74","87","110","141","175","212"]];var h=a["a"].extend({name:"animation-end",data:()=>({animate:!1}),computed:{...Object(l["b"])(["isAnimationActive","hasAllElements"]),isNewElementAnimationActive(){return this.isAnimationActive(c["f"])},isActive(){return this.isAnimationActive(c["e"])},hasAll(){return this.hasAllElements},classes(){const t=this.hasAll&&this.isNewElementAnimationActive;return{"js-active":this.isActive&&this.animate,"js-show":t||this.isActive}},RINGS(){return d}},mounted(){this.checkActive()},watch:{isActive(){this.checkActive()}},methods:{checkActive(){this.isActive&&this.$nextTick(()=>{window.setTimeout(()=>{this.animate=!0},100)})},iconUrl(t){return Object(o["a"])(t)},onAnimation({animationName:t}){t.startsWith(m.end)&&this.onAnimationEnd()},onAnimationEnd(){this.$store.dispatch("animationReset"),v["a"].emit("GAME_END_ANIMATION_END")}}}),A=h,u=(e("71eb"),e("2877")),w=Object(u["a"])(A,s,n,!1,null,"39d55e80",null);i["default"]=w.exports},"71eb":function(t,i,e){"use strict";e("aed5")},aed5:function(t,i,e){}}]);
|
||||||
|
//# sourceMappingURL=end-animation.3037395d.js.map
|
File diff suppressed because one or more lines are too long
18
semag/al2/js/firebase-app.747c86bd.js
Normal file
18
semag/al2/js/firebase-app.747c86bd.js
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["firebase-app"],{"59ca":function(e,n,t){"use strict";function o(e){return e&&"object"===typeof e&&"default"in e?e["default"]:e}var p=o(t("c23d"));
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Copyright 2018 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/e.exports=p}}]);
|
||||||
|
//# sourceMappingURL=firebase-app.747c86bd.js.map
|
Loading…
x
Reference in New Issue
Block a user