All Projects → simurai → Filter.css

simurai / Filter.css

Licence: mit
A collection of CSS filter combos

Labels

Projects that are alternatives of or similar to Filter.css

Jsonapi.rb
Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
Stars: ✭ 116 (-12.12%)
Mutual labels:  filter
Sieve
A simple, clean and elegant way to filter Eloquent models.
Stars: ✭ 123 (-6.82%)
Mutual labels:  filter
Holmes
Fast and easy searching inside a page
Stars: ✭ 1,679 (+1171.97%)
Mutual labels:  filter
Searchobjectgraphql
GraphQL plugin for SearchObject gem
Stars: ✭ 118 (-10.61%)
Mutual labels:  filter
Ng2 Smart Table
Angular Smart Data Table component
Stars: ✭ 1,590 (+1104.55%)
Mutual labels:  filter
Vue Filters Kit
A collection of useful custom filters for Vue.js(v2.x.x) apps.
Stars: ✭ 125 (-5.3%)
Mutual labels:  filter
Processing Postfx
A shader based postFX library for processing.
Stars: ✭ 114 (-13.64%)
Mutual labels:  filter
Beautyhour
With this software, you can do all kinds of Personalised Customize and beautifying to your photos.
Stars: ✭ 132 (+0%)
Mutual labels:  filter
Fungen
Replace boilerplate code with functional patterns using 'go generate'
Stars: ✭ 122 (-7.58%)
Mutual labels:  filter
Bbwebimage
A high performance Swift library for downloading, caching and editing web images asynchronously.
Stars: ✭ 128 (-3.03%)
Mutual labels:  filter
Wavelets.jl
A Julia package for fast discrete wavelet transforms and utilities
Stars: ✭ 118 (-10.61%)
Mutual labels:  filter
Glslsmartdenoise
Fast glsl deNoise spatial filter, with circular gaussian kernel, full configurable
Stars: ✭ 121 (-8.33%)
Mutual labels:  filter
Moviecontentfilter
Watch movies with the freedom (not) to filter
Stars: ✭ 126 (-4.55%)
Mutual labels:  filter
Hosts Blocklists
Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage
Stars: ✭ 1,749 (+1225%)
Mutual labels:  filter
Ngx Filter Pipe
𝗩 Angular 5+ pipeline for array filtering.
Stars: ✭ 129 (-2.27%)
Mutual labels:  filter
Active hash relation
ActiveHash Relation: Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs.
Stars: ✭ 115 (-12.88%)
Mutual labels:  filter
Spark Infotheoretic Feature Selection
This package contains a generic implementation of greedy Information Theoretic Feature Selection (FS) methods. The implementation is based on the common theoretic framework presented by Gavin Brown. Implementations of mRMR, InfoGain, JMI and other commonly used FS filters are provided.
Stars: ✭ 123 (-6.82%)
Mutual labels:  filter
Accecss
AcceCSS A Sass Mixin That debug & check the accessibility of your designs
Stars: ✭ 132 (+0%)
Mutual labels:  filter
Php Trietree
Make a trie tree with php language.使用场景为中文|英文 敏感词过滤/关键词过滤字典树,前缀树,内链建设,搜索提示。
Stars: ✭ 131 (-0.76%)
Mutual labels:  filter
Macosx Kernel Filter
A Mac OS X kernel mode filter driver ( a kernel extension ) for devices, file systems and network
Stars: ✭ 126 (-4.55%)
Mutual labels:  filter

filter.css

A couple CSS filter combinations to get you started.

ScreenShot

See live demo

Usage

  1. Add the filter.css file to your project.
  2. Link to the filter.css file.
<!-- In your <head> -->
<link rel="stylesheet" href="filter.css">
  1. Use a data-filter attribute in your markup to add a filter.
<!-- In your <body> -->
<div data-filter="Eureka"></div>

List of available data-filter names.

  • Eureka
  • Karl
  • Rocky
  • London
  • FlipFlop
  • Introvert
  • Butterfly
  • Gold
  • Copper
  • Silver
  • Night
  • LoFi

Or you can just grab individual filter styles on the demo page and use it in your own CSS file.

Also feel free to tweak the numbers to better match your image/content.

Browser support

The filters are currently just -webkit prefixed. Better support will be added. Firefox seems close.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].