Small animation when owner element are enabled

Makes a nicer experience
master
Daniel Berteaud 11 years ago
parent 41b5f5754b
commit 89b7e7ff0f
  1. 2
      public/js/vroom.js

@ -104,7 +104,7 @@ function initVroom(room) {
peers.local.role = data.msg;
// Enable owner reserved menu
if (data.msg == 'owner'){
$('.ownerEl').show();
$('.ownerEl').show(500);
}
}
});

Loading…
Cancel
Save