Log In · Register

 
 
Closed TopicStart new topic
Page Transition Effects
micron
post Jan 2 2004, 06:22 PM
Post #1


cb's #1 fan! =)
******

Group: Advisor
Posts: 2,342
Joined: Nov 2003
Member No: 1



IE Page transitions, courtesy to Jan Verhoeven. Choose the transition of your choice and copy the code to 'insert your own html'. You might want to select different enter and exit transitions, or configure it further by checking the 'properties' (next post). Preview the transitions using our very own Xanga editor.

TRANSITIONS

Blinds
CODEBOX: -> right click -> copy/paste

Properties: bands (default=10), Direction (default="down"), Duration ( no default)
Example of Blinds:


Barn
CODEBOX: -> right click -> copy/paste

Properties: duration, motion, orientation (default="vertical")
Example of Barn:


CheckerBoard
CODEBOX: -> right click -> copy/paste

Properties: Direction (default="right"), squaresX (default=12), squaresY (default=10)
Example of Checkerboard:


Fade
CODEBOX: -> right click -> copy/paste

Properties: duration, overlap (default=1.0)
Example of Fade:


GradientWipe
CODEBOX: -> right click -> copy/paste

Properties: duration, gradientSize (default=0.25), motion
Example of GradientWipe:


Inset
CODEBOX: -> right click -> copy/paste

Properties: duration
Example of Inset:


Iris
CODEBOX: -> right click -> copy/paste

Properties: duration, irisStyle (default="PLUS"), motion
Example of Iris:


Pixelate
CODEBOX: -> right click -> copy/paste

Properties: duration, maxSquare (default=25)
Example of Pixelate:


RadialWipe
CODEBOX: -> right click -> copy/paste

Properties: duration, wipeStyle (default="CLOCK")
Example of RadialWipe:


RandomBars
CODEBOX: -> right click -> copy/paste

Properties: duration, orientation (default="horizontal")
Example of RandomBars:


RandomDissolve
CODEBOX: -> right click -> copy/paste

Properties: duration
Example of RandomDisolve:


Slide
CODEBOX: -> right click -> copy/paste

Properties: bands (default=1), duration, slideStyle (default="SLIDE")
Example of Slide:


Spiral
CODEBOX: -> right click -> copy/paste

Properties: duration, gridSizeX (default=16), gridSizeY (default=16)
Example of Spiral:


Stretch
CODEBOX: -> right click -> copy/paste

Properties: duration, stretchStyle (default="SPIN")
Example of Stretch:


Strips
CODEBOX: -> right click -> copy/paste

Properties: duration, motion
Example of Strips:


Wheel
CODEBOX: -> right click -> copy/paste

Properties: duration, spokes (default=4)
Example of Wheel:


ZigZag
CODEBOX: -> right click -> copy/paste

Properties: duration, gridSizeX, gridSizeY
Example of ZigZag:


This post has been edited by Kathleen: Jul 27 2004, 06:33 PM
 
micron
post Jan 2 2004, 06:23 PM
Post #2


cb's #1 fan! =)
******

Group: Advisor
Posts: 2,342
Joined: Nov 2003
Member No: 1



Use commas to configure more than one property. For example:

CODE
<!-- begin code provided by createblog.com -->
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Blinds(Duration=1)">
<!-- end code provided by createblog.com -->


becomes:

CODE
<!-- begin code provided by createblog.com -->
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Blinds(Duration=1, bands=20)">
<!-- end code provided by createblog.com -->


PROPERTIES

bands (integer)
Sets or retrieves the number of strips into which the content is divided during the transition.

Direction (string)
Sets or retrieves the direction of motion in the transition. Options: "up" | "down" | "right" | "left"

Duration (floating point)
Sets or retrieves the length of time the transition takes to complete. The value is specified in seconds.milliseconds format (0.0000).

gradientSize
Sets or retrieves the percentage of the object that is covered by the gradient band. Floating-point that specifies or receives a value that can range from 0.0 to 1.0 the gradient band has no width as new content is revealed.

gridSizeX
Sets or retrieves the number of grid columns used for the filter. The value can range from 1 to 100. Integer that specifies or receives the number of grid columns. 16 Default.

gridSizeY
Sets or retrieves the number of grid rows used for the filter. The value can range from 1 to 100. Integer that specifies or receives the number of grid rows. 16 Default.

irisStyle
Sets or retrieves the shape of the Iris filter aperture. Options: "diamond" | "circle" | "cross" | "plus" | "square" | "star".

maxSquare
Sets or retrieves the maximum width in pixels of a pixelated square. Integer that specifies or receives a width that can range from 2 to 50 pixels.50 Default.

motion
Sets or retrieves the value that indicates whether new content is revealed from the outside or the inside first. Options: "out" | "in".

orientation
Sets or retrieves the value that indicates whether the filter effect is horizontal or vertical. Options: "horizontal" | "vertical".

overlap
Sets or retrieves the fraction of the transition's duration that both original and new content are displayed. Floating-point that specifies or receives a value that can range from 0.0 to 1.0. 1.0 Default.

slideStyle
Sets or retrieves the method used to reveal the new content. Options: "hide" | "push" | "swap".

spokes
Sets or retrieves the number of wedges that the content is divided into during the transition. Options: "2" | "4".

squaresX
Sets or retrieves the number of columns for the CheckerBoard transition. Integer that specifies or receives any positive value greater than or equal to 2. 12 Default.

squaresY
Sets or retrieves the number of rows for the CheckerBoard transition. Integer that specifies or receives any positive value greater than or equal to 2. 10 Default.

stretchStyle
Sets or retrieves the method used to reveal the new content. Options: "hide" | "push" | "spin".

wipeStyle
Sets or retrieves the method used to reveal the new content. Options: "clock" | "wedge" | "radial".
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: