PPT怎么让鼠标划过图片就放大?

2024-11-16 22:40:03
推荐回答(5个)
回答(1):

这个效果应该是你想要的,但不建议用,因为ps能做出更好的,好吧,废话不说了,先说一下ppt中如何制作这种效果---单击“插入”菜单中的“对象”命令,选择“microfoft
powerpoint演示文稿”,在这个插入的小演示文稿里面插入你想要表现的内容(拉至小演示文稿的全屏)。这样就ok了
你可以f5看效果了,点击一下小图片就会变大再点击一下就会变小,当然你可以设成鼠标滑过的命令状态,希望可以帮到你

回答(2):

自定义动画->放大.

如果鼠标划过则许设置鼠标动作来出发这个自定义动画 比较麻烦

建议使用AW完成.只需要进行热对象的设置 即可。

回答(3):

//以下代码需要jquery.js
$.fn.floatWith
=
function(obj,idx){
idx
=
typeof(idx)!='number'
||
!idx
?
0
:
idx;
var
elem
=
$(obj),offset
=
elem.offset(),_top
=
offset.top,_left
=offset.left,width
=
elem.outerWidth(),height=elem.outerHeight();
var
floatWidth
=
this.outerWidth(),
floatHeight
=
this.outerHeight(),
cssPos
=
null;
switch(idx){
case
0:
cssPos
=
{top:_top+height,left:_left};
break;
case
1:
cssPos
=
{top:_top+height,left:_left+width};
break;
case
2:
cssPos
=
{top:_top,left:_left+width};
break;
case
3:
cssPos
=
{top:_top-floatHeight,left:_left+width};
break;
case
4:
cssPos
=
{top:_top-floatHeight,left:_left};
break;
case
5:
cssPos
=
{top:_top-floatHeight,left:_left-floatWidth};
break;
case
6:
cssPos
=
{top:_top,left:_left-floatWidth};
break;
case
7:
cssPos
=
{top:_top+height,left:_left-floatWidth};
break;
default:cssPos
=
{top:_top+height,left:_left};
break;
}
this.eq(0).css({'position':'absolute'}).css(cssPos).hide().show(200);
return
this;
};

回答(4):

ppt自定义动画里面做呀

回答(5):

双击图片