Circulate - The best X5 website demo by AF Software

WSX5 Demo
April 2024
       (c)

(Not responsive) - Created with Pro v2023.3.11
Drop me an email
WSX5 Pro- Help by Users
Aller au contenu

Nice circulate effect


Circulate

Usage / Options / Defaults

$("#anything).circulate({
						
						    speed: 400,                  // Speed of each quarter segment of animation, 1000 = 1 second
						    height: 200,                 // Distance vertically to travel
						    width: 200,                  // Distance horizontally to travel
						    sizeAdjustment: 100,         // Percentage to grow or shrink
						    loop: false,                 // Circulate continuously
						    zIndexValues: [1, 1, 1, 1]   // Sets z-index value at each stop of animation
						
						});

Stopping a loop

$("#anything").circulate("Stop");
Retourner au contenu