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.html14
1 files changed, 9 insertions, 5 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 50286c22..a405fc7c 100644
--- a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
+++ b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
@@ -58,9 +58,15 @@
58 height: 90px; 58 height: 90px;
59 width: 120px; 59 width: 120px;
60 background-color: #000; 60 background-color: #000;
61 opacity: 1;
62
63 -webkit-transition: opacity 0.5s ease-in-out;
64 }
65 .montage-youtube-channel.show img {
66 opacity: 0;
61 } 67 }
62 68
63 .montage-youtube-channel-popup { 69 .montage-youtube-channel .montage-youtube-channel-popup {
64 width: 640px; 70 width: 640px;
65 border: 5px solid #000; 71 border: 5px solid #000;
66 border-radius: 5px; 72 border-radius: 5px;
@@ -74,13 +80,11 @@
74 80
75 z-index: 9000; 81 z-index: 9000;
76 82
77 -webkit-transform: scale3d(0, 0, 1);
78 opacity: 0; 83 opacity: 0;
79 -webkit-transition: all 0.5s ease-in-out;
80 visibility: hidden; 84 visibility: hidden;
85 -webkit-transition: all 0.5s ease-in-out;
81 } 86 }
82 .montage-youtube-channel-popup.show { 87 .montage-youtube-channel.show .montage-youtube-channel-popup {
83 -webkit-transform: scale3d(1, 1, 1);
84 opacity: 1; 88 opacity: 1;
85 visibility: visible; 89 visibility: visible;
86 } 90 }