top of page

Groups Feed

View groups and posts below.


This post is from a suggested group

Welcome to our group Wix Studio Academy Group! A space for us to connect and share with each other. Start by posting your thoughts, sharing media, or creating a poll.

3 Views

This post is from a suggested group

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

This post is from a suggested group

Wix Studio Custom Cursor - Particle Trail [Code]

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


<style>

#inkCanvas {

position: fixed;

top: 0;

left: 0;


122 Views

This post is from a suggested group

Wix Studio Snow Effect - Code

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


<style>

#snow-container {

position: fixed;

top: 0;

left: 0;


93 Views

This post is from a suggested group

Interactive Particle Background - Code

<style>

body, html {

margin: 0;

padding: 0;

overflow: hidden;

width: 100%;


138 Views

This post is from a suggested group

Wix Studio Hover Text Animation[Code]



<div class="wrapper">

<div class="hero">

<h1 class="hero__heading">Travel Guide</h1>

</div>


<div class="hero hero--secondary" aria-hidden="true" data-hero>


85 Views

thank you this is beatiful

This post is from a suggested group

Wix Studio Dynamic Title [Code]

<style>

#dynamicHeading {

font-family: Arial, sans-serif;

color: #F25041;

display: inline-block;

overflow: hidden;


155 Views

This post is from a suggested group

Wix Studio Custom Animated Tab - Code



<style>

* {

box-sizing: border-box;

margin: 0;

padding: 0;


51 Views

This post is from a suggested group

Wix Button Factory Install Link

https://wix.to/3DXmBDG


Important - Wix will show a warning before installation since it is an external App. However, it's safe since it doesn't use any API. It's just a simple collection of codes.


If you have a problem with any code, feel free to comment below.


If you want to support my work, You can do that here - https://buymeacoffee.com/wixstudio

44 Views

This is great! Is it possible to have one of these buttons trigger a lightbox to show up in Wix Studio? I would love to put it in my navigation menu, but it needs to be able to open up a lightbbox when clicked, or go to another page on the site.

bottom of page