aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
diff options
context:
space:
mode:
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 {