C# 클래스 Castle.MonoRail.Framework.Helpers.EffectsFatHelper

Just apply the CSS class "fade" to any element and it will fade from yellow to its background color or white if none is specified.

Key Features
* Fade an infinite number of elements.
* No inline JavaScript. Simply give an element a class of "fade", the script does the rest "automagically".
* Background color aware. FAT will do better than simply fade to white if the element (or it's parents) have a CSS background color, it will fade to that background color instead.
* Fade from any color. For example, if you wanted a list of error messages to fade out from red you would simply give the list a class of "fade-FF0000".
* Super smooth fading. By default, elements will fade at 30 frames per second (the same rate as a television) over 3 seconds. You can adjust this to any framerate and any duration. You could easily fade elements at 60 frames per second over 4, 5, 10 seconds!

NOTE: All elements to be faded must have an id tag! BASIC USE:

Watch me fade

ADVANCED USE: Change the default fade from color:

Watch me fade from Blue (#0066FF)

SEE MORE HERE: http://www.axentric.com/posts/default/7
상속: AbstractHelper
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
InstallScripts ( ) : String

Renders a Javascript library inside a single script tag.

비공개 메소드들

메소드 설명
GetJavascriptFunctions ( ) : String

메소드 상세

InstallScripts() 공개 메소드

Renders a Javascript library inside a single script tag.
public InstallScripts ( ) : String
리턴 String