eldair / interactive-repulsive-effect

An interactive repulsion effect of grid items as seen in BestServedBold's Dribbble shot "Holographic-Interactions".

Home Page:https://tympanus.net/codrops/?p=36627

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Repulsion Effect with Three.js

A tutorial on how to recreate the interactive repulsion effect of grid items seen in BestServedBold's Dribbble shot "Holographic-Interactions". By Ion D. Filho.

Interactive repulsion effect

Article on Codrops

Demo

Requirements

  • nodejs 8+

Contents

first-demo/ and second-demo/
  src/
    scripts/...
    styles/...
    index.html
    index.js
    config files...
LICENSE
README.md

Installation

$ cd first-demo or second-demo
$ npm install
$ npm start

Build

$ cd first-demo or second-demo
$ npm run build

output folder

first-demo/ and second-demo/
  public/
    app.##hash##.js
    app.##hash##.css
    index.html

Follow Codrops: Twitter, Facebook, Google+, GitHub, Pinterest, Instagram

© Codrops 2018

About

An interactive repulsion effect of grid items as seen in BestServedBold's Dribbble shot "Holographic-Interactions".

https://tympanus.net/codrops/?p=36627

License:Other


Languages

Language:JavaScript 42.1%Language:CSS 40.3%Language:HTML 17.6%