id: Name of the existing CSS ID to apply the animations effect to. If the content is wrapped If no ID is supplied, an ID. If no ID is supplied, the shortcode will automatically assign an ID. This attribute is not required for wrapped content, but is required for targettng other content on the page.
style: CSS style to apply to the wrapped content. This attribute is not required, and defaults to no styling. This attribute has no effect if the content is not wrapped.
target_class: Name of an existing CSS class to apply the fade-in and fade-out animations to. By specifying this attribute, you can control the fade-in and fade-out effects of many pieces of content simultaneously. This attribute defaults to none. You can use any jQuery targetting notation here. To target teh class “fader” you would use the parameter “.fader”.
fadeout: This attribute determines whether the content will be displayed on page load or not. A value of 0 will hide the content on page load. Any value greater than 0 will display the content for that many seconds before applying the fadeout animation. This attribute defaults to 0.
delayshow: This attributes determines the number of seconds until the content will become visible again. This attribute defaults to 0.
fadeshow: This attribute determines how many seconds the fade-in animation takes. A smaller number is a quicker animation, and a larger number is a slower animation. This attribute defaults to 0.
delayhide: This attribute determines how many seconds to wait until the content starts to fade-out. This attribute defaults to 0.
fadehide: This attribute determines how many seconds the fade-out animation takes. A smaller number is a quicker animation, and a larger number is a slower animation. This attribute defaults to 0.
delayhide_function: JavaScript function to run when the animation completes. used to synchronize multiple events with your animations. Defaults to none.
delayshow_function: JavaScript function to run when the animation completes. used to synchronize multiple events with your animations. Defaults to none.
fadeout_function: JavaScript function to run when the animation completes. used to synchronize multiple events with your animations. Defaults to none.