Retour au classement

sarcadass/granim.js

JavaScriptsarcadass.github.io/granim.js/

Create fluid and interactive gradient animations with this small javascript library.

fluidgradientanimation
Croissance des étoiles
Étoiles
5.3k
Forks
224
Croissance hebdomadaire
Issues
5
3k4k5k
sept. 2016déc. 2019avr. 2023juil. 2026
Artefactsnpmnpm install granim.js
README

Granim.js Build Status codecov gitter

Create fluid and interactive gradient animations with this small javascript library.

See the demo site.

Install

From NPM

  • Run npm install granim --save

From Bower

  • Run bower install granim

Static

How to use

<!-- Create a <canvas> element -->
<canvas id="granim-canvas"></canvas>

<!-- Call the script -->
<script src="granim.min.js"></script>

<!-- Create a Granim instance -->
<script>
var granimInstance = new Granim({
   element: '#granim-canvas',
   name: 'granim',
   opacity: [1, 1],
   states : {
       "default-state": {
           gradients: [
               ['#834D9B', '#D04ED6'],
               ['#1CD8D2', '#93EDC7']
           ]
       }
   }
});
</script>
Dépôts similaires
PavelDoGreat/WebGL-Fluid-Simulation

Play with fluids in your browser (works even on mobile)

JavaScriptnpmMIT Licensefluidwebgl
paveldogreat.github.io/WebGL-Fluid-Simulation/
16.5k1.9k
barbajs/barba

Create badass, fluid and smooth transitions between your website’s pages

TypeScriptnpmMIT Licensetransitionprefetch
barba.js.org
13k497
fluid-dev/hexo-theme-fluid

:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo

JavaScriptnpmGNU General Public License v3.0hexo-themematerial-design
hexo.fluid-dev.com
8.2k1.1k
microsoft/FluidFramework

Library for building distributed, real-time collaborative web applications

TypeScriptnpmMIT Licensefluidfluid-framework
fluidframework.com
4.9k582
rikschennink/fitty

✨ Makes text fit perfectly

JavaScriptnpmMIT Licensefont-sizeresize
rikschennink.github.io/fitty/
3.9k202
nathangitter/fluid-interfaces

Natural gestures and animations inspired by Apple's WWDC18 talk "Designing Fluid Interfaces"

SwiftApache License 2.0swiftanimation
2.6k146
rlguy/Blender-FLIP-Fluids

The FLIP Fluids addon is a tool that helps you set up, run, and render high quality liquid fluid effects all within Blender, the free and open source 3D creation suite.

C++GNU General Public License v3.0fluid-solverfluid-simulation
blendermarket.com/products/flipfluids
1.9k208
barvian/fluid-tailwind

Build better responsive designs in less code.

TypeScriptnpmMIT Licensetailwindtailwindcss
fluid.tw
1.8k32
su2code/SU2

SU2: An Open-Source Suite for Multiphysics Simulation and Design

C++Othercfdc-plus-plus
su2code.github.io
1.8k988
afollestad/ason

[DEPRECATED]: Prefer Moshi, Jackson, Gson, or LoganSquare

JavaMavenjavaandroid
aidanfollestad.com
75865