Coder Social home page Coder Social 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

aes-js icon aes-js

A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.

ajax icon ajax

jQuery Exercises in the bootcamp

alpine-node icon alpine-node

Minimal Node/io.js Docker Images built on Alpine Linux

apisauce icon apisauce

Axios + standardized errors + request/response transforms.

apollo-client icon apollo-client

:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server

arkit icon arkit

ARKit Base Project. Place virtual objects based on WWDC example project

arkit-smb-homage icon arkit-smb-homage

An implementation of a Super Mario Bros-like game in augmented reality with ARKit and SceneKit.

arpaint icon arpaint

Draw with bare fingers in the air using ARKit

backlog icon backlog

Simple desktop app for storing lists of items (todo, tasks, backlog items)

blasjs icon blasjs

Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.

brew icon brew

:beer: The missing package manager for OS X

browser-laptop icon browser-laptop

Brave browser for Desktop and Laptop computers running Windows, OSX, and Linux

btsync.docker icon btsync.docker

:arrows_counterclockwise: A 32MB docker image sync service built for persisting data on clusters

budo icon budo

:clapper: a dev server for rapid prototyping

clubber icon clubber

Application of music theory in audio reactive visualizations

corakata icon corakata

It is that unique something that only YOU have

crypto-pool icon crypto-pool

ethereum app that allows pooling and distributing money among friends

cumulus icon cumulus

☁️ A SoundCloud player that lives in your menubar.

d-wheezy icon d-wheezy

minimal debian:wheezy build that can run most npm packages

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.