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() {
buttonGroupAdd.toggle();
buttonGroupAdd.fadeToggle(POPUP_SHOW_DURATION);
}
function onBtnStraight() {

View File

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