You appear to be a bot. Output may be restricted
Description
Return a list of the jQuery cycle effects
Usage
$string = bw_cycle_fxs();
Parameters
Returns
string CSV separated jQuery cycle effects – alphabetical orderSource
File name: oik/shortcodes/oik-cycle.phpLines:
1 to 4 of 4
function bw_cycle_fxs() { $fxs = "blindX|blindY|blindZ|cover|curtainX|curtainY|fade|fadeZoom|growX|growY|none|scrollUp|scrollDown|scrollLeft|scrollRight|scrollHorz|scrollVert|shuffle|slideX|slideY|toss|turnUp|turnDown|turnLeft|turnRight|uncover|wipe|zoom|"; return( $fxs); }View on GitHub View on Trac