Git Product home page Git Product logo

how to make a rainbow in SCSS

@include keyframes(rainbow) {
  from {
    @include filter(hue-rotate(0deg));
  }
  to {
    @include filter(hue-rotate(360deg));
  }
}

.main {
  @include animation(rainbow 10.0s linear infinite);
}

.rainbow {
  @include transform(translateZ(0));
  @include animation(rainbow 8.0s linear);
  @include animation-iteration-count(infinite);
}

RnbWd's Projects

hexbin icon hexbin

community curated list of hexagon logos

homebrew-fb icon homebrew-fb

OS X Homebrew formulas to install Facebook open source software

hyper icon hyper

A terminal built on web technologies

hyperbolic icon hyperbolic

The Poincaré disk model of the hyperbolic plane, in Javascript

hypercore-linux icon hypercore-linux

a distribution of tinycore linux that includes hyperfused, a remote fs mounting daemon

hyperkit icon hyperkit

A toolkit for embedding hypervisor capabilities in your application

indigo icon indigo

:ramen: Minimalist Jekyll Template

jscljs icon jscljs

js-to-cljs / js-to-cljs - modularize clojurscript

kakapo-app icon kakapo-app

:musical_note: [Web & Desktop] An open source ambient sound mixer

kap icon kap

An open-source screen recorder built with web technology

koko icon koko

Yet another IRC client for me and you :koko:

librmath.js icon librmath.js

Javascript Pure Implementation of Statistical R "core" numerical libRmath.so

liowebrtc icon liowebrtc

An event-based WebRTC library that makes it easy to embed real-time peer to peer communication into UI components.

module-unique icon module-unique

a patch for node.js which avoids loading the same module more than once

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.