top of page

Wix Studio Tips and Tricks

Public·1 member

Multi State Box Slideshow


$w.onReady(function(){

var states = ['box', 'box59', 'box63'];

var stateNumber = 0;


function slideShow() {

$w('#multiStateBox1').changeState(states[stateNumber]);

if (stateNumber < states.length - 1) {


4 Views

Wix Studio Custom Cursor - Particle Trail [Code]

<canvas id="inkCanvas"></canvas>


<style>

#inkCanvas {

position: fixed;

top: 0;

left: 0;


122 Views

Wix Studio Snow Effect - Code

<div id="snow-container"></div>


<style>

#snow-container {

position: fixed;

top: 0;

left: 0;


93 Views

Interactive Particle Background - Code

<style>

body, html {

margin: 0;

padding: 0;

overflow: hidden;

width: 100%;


138 Views

About

Share your cool Wix Studio Tips and Tricks

bottom of page