使用asp.net创建简单的动画gif横幅 [英] create simple animated gif banners using asp.net

查看:117
本文介绍了使用asp.net创建简单的动画gif横幅的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望使用asp.net创建简单的动画gif横幅,

i希望我使用文本框插入一个图像和一些文本,我的asp.net代码将它们组合起来制作一个gif动画图像,文本在图像上移动,所以PLZ帮助我,

有可能吗?

i want create simple animated gif banners using asp.net,
i want that i insert one image and some text using text box, and my asp.net code combined them and make a gif animated image, where text is moving on image, so plz help me,
It is possible or not?

推荐答案

如果你真的需要生成为自己制作动画GIF,我建议你从这里开始: NGif,动画GIF编码器。 NET [ ^ ],但这只会帮助你将帧编译成动画,但不会帮你制作选框。



但你可以简单使用 JQuery动画 [ ^ ]甚至 marquee html元素( http://webdesign.about。 com / od / css3tutorials / a / marquee-in-css.htm [ ^ ])在背景(甚至是动画)图像之上。
If you really need to generate animated gif for yourself, I suggest you start here: NGif, Animated GIF Encoder for .NET[^], but this one will only help you to compile the frames into an animation, but won't help you make marquee.

But you can simply use JQuery animation[^] or even the marquee html element (http://webdesign.about.com/od/css3tutorials/a/marquee-in-css.htm[^]) on top of a background (even animated) image.


如果您使用HTML5则可以使用CANVAS标记和创建动态动画。



HTML5 + CNVAS

Canvas Demos



这里也有一些极好的样品 - 包括parralax滚动



如果您不使用HTML5但使用HTML 4.01等旧技术,那么您可以使用HTML + TIME SMIL 1.0或SMIL 2.0



HTML + TIME
If your using HTML5 then you can use the CANVAS tag and create dynamic animations.

HTML5 + CNVAS
Canvas Demos

Also there are some superb samples here - including parralax scrolling

If your not using HTML5 but using older technology like HTML 4.01 then you can use HTML + TIME SMIL 1.0 or SMIL 2.0

HTML + TIME


这篇关于使用asp.net创建简单的动画gif横幅的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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