User1933868974 posted
Hi, I have a little problem on calling a label from asp.net. I want to make a shuffle text animation on output that set on label. My label id on page is Label1. Can anyone help me on this.Thanks.
$(document).ready(function () {
$("blockquote").shuffleText("My output text", {
frames: 40, // Duration In ms (Milliseconds) Of Shuffle For Each Letter
maxSpeed: 1000, // Max Duration In ms (Milliseconds) Of Global Shuffle
amount: 3, // Amount Of Shuffle For Each Letter
complete: null // Do Something When Shuffle Is Completed
});
});