首页 > 其他分享 >Flex特效

Flex特效

时间:2023-05-12 23:32:40浏览次数:39  
标签:Flex www http 特效 html flex rphelan com


这里面有许多特效很酷,希望对大家有帮助。

 

1.旋转

效果:http://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/

代码:http://weblogs.macromedia.com/auhlmann/archives/DistortionEffects.zip

 

2.画布按钮

http://dougmccune.com/blog/2007/06/01/new-component-canvasbutton-added-to-flexlib/

 

3.鱼眼工具条

效果:http://dev.getoutsmart.com/labs/dock/

代码:http://dev.getoutsmart.com/labs/dock/dockdemo.zip

 

4.窗口

http://www.returnundefined.com/flexmdi/explorer/

http://window.diaztorres.com/bin-release/test_window.html

 

5.切换效果

http://blogs.digitalprimates.net/codeSlinger/samples/carousel/CarouselTest.html

 

6.图片展示

效果:http://flex.diaztorres.com/samples/aladinotest/aladino_test.html

代码:http://www.madeinflex.com/img/entries/2008/01/aladino.zip

 

7.自定义载入进度条

http://blog.diaztorres.com/2007/05/mipreloader/mipreloaderdemo.html

 

8.Flex Mac弹出窗口

http://blog.xsive.co.nz/archives/244

 

9.果冻特效弹出窗口

http://blog.sban.com.cn/2008/04/01/jelly-effect-alert-window.html

 

10.Alert弹出效果

 

11.自定义ToolTip

图片:http://everythingflex.com/flex2/ImageToolTip/Index.html

视频:http://labs.flexcoders.nl/samples/ToolTip/video/002/

弹性:http://labs.flexcoders.nl/samples/ToolTip/spring/001/

 

12. http://flanture.blogspot.com/2008/05/simple-flex-effects-example.html

 

13.果冻效果: http://blog.sban.com.cn/2008/04/01/jelly-effect-alert-window.html

 

14.BOOK: http://www.quietlyscheming.com/blog/components/flexbook/

 

1:聚光灯效果:

实例:http://www.rphelan.com/flex/SpotlightDemo/SpotlightDemo.html

  • ambientColor - color to apply to all pixels of the image
  • angle - angle at which the spotlight is projected (in degrees)
  • azimuth - angle between the image plane and the spotlight (in degrees)
  • coneAngle - angle of the spotlight's "opening" (in degrees)
  • distance - distance from the spotlight to the center point
  • intensity - intensity of the spotlight
  • position - x, y, z position of the spotlight
  • spotColor - color of the spotlight

源文件:http://www.rphelan.com/flex/SpotlightDemo/srcview/index.html

 

2:放大镜效果:

实例:http://www.rphelan.com/flex/MagnifyDemo/MagnifyDemo.html

  • center ([0-2048, 0-2048]) - the center coordinates of the magnified area
  • outerRadius (0-500) - the radius of the magnified part of the image
  • innerRadius (0-500) - the radius of the fully magnified part of the image
  • magnification (1-50) - the amount to magnify the image by (e.g. set to 2 for a 2x magnification)

源文件:http://www.rphelan.com/flex/MagnifyDemo/srcview/index.html

 

3:缩放模糊效果:

实例:http://www.rphelan.com/flex/ZoomBlurDemo/ZoomBlurDemo.html

  • amount (0 - 0.5) - the amount of blur to apply
  • center ([0 - 2048, 0 - 2048]) - the focal point of the blur

源文件:http://www.rphelan.com/flex/ZoomBlurDemo/srcview/index.html

 

4:浮雕效果:

实例:http://www.rphelan.com/flex/SharpenDemo/SharpenDemo.html

  • amount (0 - 20) - the amount to sharpen the image by
  • radius (0 - 1) - pixel distance to sample from

源文件:http://www.rphelan.com/flex/SharpenDemo/srcview/index.html

 

5:水波效果:

实例:http://www.rphelan.com/flex/WaveReflectionDemo/WaveReflectionDemo.html

标签:Flex,www,http,特效,html,flex,rphelan,com
From: https://blog.51cto.com/u_8895844/6272531

相关文章

  • flex 嵌套下 overflow: hidden 失效
    HTML结构<divclass="container"><divclass="header">header</div><divclass="main"><divclass="left">left</div><divclass="center">......
  • UE5 材质 Flipbook火焰特效
    原理因为游戏为了保证舒适的帧数,通常不能临时计算特效,所以一般是提前将动画做成单独的帧,最后渲染至纹理流程UE5提供的FlipBook节点原理提供uv坐标,time节点,指定行列即可实现FLipBook实现使用的flipbook纹理有五行五列,因此提供一个float=5的节点连接到FlipBook的"......
  • css3 flex弹性布局详解
    一、flexbox弹性盒子2009年,W3C提出了一种新的方案----Flex布局,可以简便、完整、响应式地实现各种页面布局。目前,它已经得到了所有浏览器的支持,这意味着,现在就能很安全地使用这项功能。二、基本概念Flex是FlexibleBox的缩写,意为"弹性布局",用来为盒状模型提供最大的灵活性......
  • Windows亚克力特效代码实现(Dev c++可以编译通过)
    #include<windows.h>#include<dwmapi.h>//定义一个枚举类型,表示不同的窗口组合状态enumAccentState{ACCENT_DISABLED=0,ACCENT_ENABLE_GRADIENT=1,ACCENT_ENABLE_TRANSPARENTGRADIENT=2,ACCENT_ENABLE_BLURBEHIND=3,ACCENT_ENABLE_ACR......
  • 2022CVPR_Toward Fast, Flexible, and Robust Low-Light Image Enhancement(SCI_main)
    1.motivation(1)低光增强不能处理复杂的场景(2)需要耗费大量的计算2.contribution(1)节省计算(2)发明了自监督的SCI模块(SCI的核心是引入额外的网络模块(自校准照明)来辅助训练,而不是用于测试)大佬链接:(11条消息)低照度增强--论文阅读【《TowardFast,Flexible,andRobustLow-Light......
  • 第六节 Flex布局
    day06-Flex布局目标:熟练使用Flex完成结构化布局01-标准流标准流也叫文档流,指的是标签在页面中默认的排布规则,例如:块元素独占一行,行内元素可以一行显示多个。02-浮动基本使用作用:让块元素水平排列。属性名:float属性值left:左对齐right:右对齐<style>/*特点:顶对......
  • Android Activity界面切换添加动画特效
    在Android2.0之后有了overridePendingTransition(),其中里面两个参数,一个是前一个activity的退出两一个activity的进入。@OverridepublicvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);setContentVi......
  • 基于jQuery的FlexiGrid的插件使用和改造
    已不推荐下载,如要下载去这个连接下载最新的http://gundumw100.iteye.com/admin/blogs/545610上面的2个链接是我参考的例子虽然Flexigrid已然算是优秀,但是问题还是有?比如:1:不支持在列首添加checkbox列2:如何给行附加事件(如右键快显菜单或双击)或者在最后列添加操作列(在列的定......
  • AE插件-画面像素拉伸扭曲变形特效 Pixel Stretch v1.5.1激活版
    PixelStretch是一款画面像素拉伸扭曲变形特效的AE插件,使用插件可以制作一些画面像素拉伸扭曲变形特效。拉伸对于每一行或每列都是累积的,这意味着一个像素偏移其行上的所有后续像素。与使用简单效果(如“线拉伸”)相比,这会产生更多有机外观的图案。它的基本效果和你在旧的模拟电视上......
  • Arcgis 与 Claygl 可视化 glsl 特效篇(三十九)
    我决定不从claygl基础来讲了直接整合arcgis与claygl可视化来讲关于整合clagyl有兴趣看我这篇文章arcgis与claygl引擎结合做地图可视化我整合一个类库后续不断更新中npmi@haibalai/gismap4-claygl初始化gismap4-claygl类库,view是arcgis的sceneView对象import{ClayglMa......