Explode Effect
Description: The explode effect hides or shows an element by splitting it into pieces.
-
explode
- pieces (default:
9
)Type: IntegerThe number of pieces to explode, should be a perfect square, any other values are rounded to the nearest square.
-
Example:
Toggle a div using the explode effect.
<!doctype html> <html lang="en"> <head> <me