aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
diff options
context:
space:
mode:
authorStuart Knightley2012-03-21 14:27:43 -0700
committerStuart Knightley2012-03-21 14:27:43 -0700
commit0243eed41eddd5bde3a7ce0c6e2ae7313457b19b (patch)
treed9b572d5651ff5cf643fa7b9dcac860772816593 /node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
parent7edc0c123f9157d48543b09f5a9d7bb496e14f44 (diff)
downloadninja-0243eed41eddd5bde3a7ce0c6e2ae7313457b19b.tar.gz
Add scale animation back to youtube channel
Masks animation error on Canary. Also looks cool.
Diffstat (limited to 'node_modules/montage/ui/youtube-channel.reel/youtube-channel.html')
-rw-r--r--node_modules/montage/ui/youtube-channel.reel/youtube-channel.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
index f40ccadb..848322e0 100644
--- a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
+++ b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
@@ -84,11 +84,13 @@
84 84
85 opacity: 0; 85 opacity: 0;
86 visibility: hidden; 86 visibility: hidden;
87 -webkit-transform: scale3d(0, 0, 1);
87 -webkit-transition: all 0.5s ease-in-out; 88 -webkit-transition: all 0.5s ease-in-out;
88 } 89 }
89 .montage-youtube-channel-popup.show { 90 .montage-youtube-channel-popup.show {
90 opacity: 1; 91 opacity: 1;
91 visibility: visible; 92 visibility: visible;
93 -webkit-transform: scale3d(1, 1, 1);
92 } 94 }
93 95
94 .montage-youtube-channel-close { 96 .montage-youtube-channel-close {