}
- var to = {
- translateY: $(window).height() + 'px'
- };
- if ($(mview).hasClass('hori')) {
- to = {translateX: $(window).width() + 'px'}
+ if(mview.length>0) {
+ TweenMax.to(mview, 0.25, {
+ autoAlpha: 0, onComplete: function () {
+ $this.fluidbook.video.killVideosIn(mview);
+ mview.remove();
+ callback();
+ }
+ });
}
- TweenMax.to(mview, 0.25, {
- autoAlpha: 0, onComplete: function () {
- $this.fluidbook.video.killVideosIn(mview);
- mview.remove();
- callback();
- }
- });
-
if (all) {
$("#main").show();
},
resize: function (ww, hh) {
-
if (ww == undefined) {
ww = this.fluidbook.resize.ww;
}
}
- &[data-menu="webvideo"],&[data-menu="webvideo"] {
+ &[data-menu="webvideo"], &[data-menu="webvideo"] {
iframe {
width: 100%;
height: 100%;
.puce {
width: 25px;
height: 25px;
- line-height:17px;
+ line-height: 17px;
padding: 6px;
color: #fff;
svg {
}
}
+/* Blur input */
+body > input {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+}
+
/* SVG Sprite */
[class^="interface-"], [class*=" interface-"] {
display: inline-block;