0
0
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:
peteruithoven 2014-01-10 14:04:36 +01:00
parent 139e4ca6ae
commit f7fec0aec6
2 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function initButtonBehavior() {
} }
function onBtnAdd() { function onBtnAdd() {
buttonGroupAdd.toggle(); buttonGroupAdd.fadeToggle(POPUP_SHOW_DURATION);
} }
function onBtnStraight() { function onBtnStraight() {

View File

@ -22,6 +22,8 @@ var showOrHide = false;
var clientInfo = {}; var clientInfo = {};
var POPUP_SHOW_DURATION = 175;
$(function() { $(function() {
console.log("ready"); console.log("ready");