SharePoint中的全景图像 [英] Panoramic image in SharePoint

查看:64
本文介绍了SharePoint中的全景图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们如何在SharePoint中发布具有移动功能的全景图像它在用户的360视图中?是否有可用的OOB选项或使用
一些jquery / JavaScript实现它?

推荐答案

没有OOB方法来实现您的目的。你需要使用代码。请尝试以下js:

There is no OOB method to achieve your purpose. You need to use code. Try below js:


('。pan-wrap')。append('< div类= QUOT;播放">播放< / DIV>');

var hoverInterval;

函数doStuff(){
('.pan-wrap').append('<div class="play">play</div>'); var hoverInterval; function doStuff() {


(this).animate({
'background-position-x':'+ = 5%',
},250,'线性');
}
(this).animate({ 'background-position-x': '+=5%', }, 250, 'linear'); }


这篇关于SharePoint中的全景图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆