mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 17:27:57 +01:00
FadeIn popups and button groups
This commit is contained in:
parent
139e4ca6ae
commit
f7fec0aec6
@ -78,7 +78,7 @@ function initButtonBehavior() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function onBtnAdd() {
|
function onBtnAdd() {
|
||||||
buttonGroupAdd.toggle();
|
buttonGroupAdd.fadeToggle(POPUP_SHOW_DURATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
function onBtnStraight() {
|
function onBtnStraight() {
|
||||||
|
@ -22,6 +22,8 @@ var showOrHide = false;
|
|||||||
|
|
||||||
var clientInfo = {};
|
var clientInfo = {};
|
||||||
|
|
||||||
|
var POPUP_SHOW_DURATION = 175;
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
console.log("ready");
|
console.log("ready");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user