mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Tweak audience overlay sizes to not spill over.
This commit is contained in:
@@ -127,7 +127,7 @@ var handleLowerThird = function(data) {
|
||||
|
||||
var transitionBlankToIntro = function(callback) {
|
||||
$("#centering").transition({queue: false, bottom: "0px"}, 500, "ease", function() {
|
||||
$(".teams").transition({queue: false, width: "75px"}, 100, "linear", function() {
|
||||
$(".teams").transition({queue: false, width: "65px"}, 100, "linear", function() {
|
||||
$(".score").transition({queue: false, width: "120px"}, 500, "ease", function() {
|
||||
$("#eventMatchInfo").show();
|
||||
var height = -$("#eventMatchInfo").height();
|
||||
@@ -139,7 +139,7 @@ var transitionBlankToIntro = function(callback) {
|
||||
|
||||
var transitionIntroToInMatch = function(callback) {
|
||||
$("#logo").transition({queue: false, top: "35px"}, 500, "ease");
|
||||
$(".score").transition({queue: false, width: "260px"}, 500, "ease", function() {
|
||||
$(".score").transition({queue: false, width: "250px"}, 500, "ease", function() {
|
||||
$(".score-number").transition({queue: false, opacity: 1}, 750, "ease");
|
||||
$(".score-fields").transition({queue: false, opacity: 1}, 750, "ease");
|
||||
$("#matchTime").transition({queue: false, opacity: 1}, 750, "ease", callback);
|
||||
@@ -158,9 +158,9 @@ var transitionIntroToBlank = function(callback) {
|
||||
|
||||
var transitionBlankToInMatch = function(callback) {
|
||||
$("#centering").transition({queue: false, bottom: "0px"}, 500, "ease", function() {
|
||||
$(".teams").transition({queue: false, width: "75px"}, 100, "linear", function() {
|
||||
$(".teams").transition({queue: false, width: "65px"}, 100, "linear", function() {
|
||||
$("#logo").transition({queue: false, top: "35px"}, 500, "ease");
|
||||
$(".score").transition({queue: false, width: "260px"}, 500, "ease", function() {
|
||||
$(".score").transition({queue: false, width: "250px"}, 500, "ease", function() {
|
||||
$("#eventMatchInfo").show();
|
||||
$(".score-number").transition({queue: false, opacity: 1}, 750, "ease");
|
||||
$(".score-fields").transition({queue: false, opacity: 1}, 750, "ease");
|
||||
@@ -178,7 +178,7 @@ var transitionInMatchToIntro = function(callback) {
|
||||
$("#matchTime").transition({queue: false, opacity: 0}, 300, "linear", function() {
|
||||
$("#logo").transition({queue: false, top: "50px"}, 500, "ease");
|
||||
$(".score").transition({queue: false, width: "120px"}, 500, "ease");
|
||||
$(".teams").transition({queue: false, width: "75px"}, 500, "ease", callback);
|
||||
$(".teams").transition({queue: false, width: "65px"}, 500, "ease", callback);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user