All Projects → aurbano → sonar.css

aurbano / sonar.css

Licence: MIT license
CSS3/Sass Animated Attention Seekers

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sonar.css

react-native-imaged-card-view
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native
Stars: ✭ 16 (+0%)
Mutual labels:  ui-design, ux
Mahapps.metro.simplechildwindow
A simple child window for MahApps.Metro
Stars: ✭ 339 (+2018.75%)
Mutual labels:  ui-design, ux
ui-ux
The learning guide contains the Basics, Intermediate and Advance resources for User Interface and User Experience Design
Stars: ✭ 187 (+1068.75%)
Mutual labels:  ui-design, ux
Bulma.io-axure
AxureRP Library with Bulma.io components
Stars: ✭ 90 (+462.5%)
Mutual labels:  ui-design, ux
Realtaiizor
C# WinForm UI/UX Component Library
Stars: ✭ 109 (+581.25%)
Mutual labels:  ui-design, ux
awesome-neumorphism
A curated list of awesome Neumorphism resources.
Stars: ✭ 15 (-6.25%)
Mutual labels:  ui-design, ux
UI-UX-Squad
UI/UX Squad Roadmap
Stars: ✭ 30 (+87.5%)
Mutual labels:  ui-design, ux
meshery.io
Site for Meshery, the cloud native management plane
Stars: ✭ 135 (+743.75%)
Mutual labels:  ui-design, ux
Ui Ux Designer Roadmap
Roadmap on becoming a UI/UX designer in 2017
Stars: ✭ 1,357 (+8381.25%)
Mutual labels:  ui-design, ux
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (+412.5%)
Mutual labels:  ui-design, ux
Ui Design
🔥 A curated list of useful resources related to User Interface Design
Stars: ✭ 423 (+2543.75%)
Mutual labels:  ui-design, ux
You Dont Know Ui
Learn how to build universal, modern and scalable user interfaces
Stars: ✭ 140 (+775%)
Mutual labels:  ui-design, ux
Overlap
Tiny iOS library to achieve overlap visual effect
Stars: ✭ 133 (+731.25%)
Mutual labels:  ui-design, ux
Permissionsswiftui
A SwiftUI package to beautifully display and handle permissions.
Stars: ✭ 220 (+1275%)
Mutual labels:  ui-design, ux
SPLarkController
Custom transition between controllers. Settings controller for your iOS app.
Stars: ✭ 967 (+5943.75%)
Mutual labels:  ux
react-spring-bottom-sheet
Accessible ♿️, Delightful ✨, & Fast 🚀
Stars: ✭ 604 (+3675%)
Mutual labels:  ux
eufemia
DNB Design System
Stars: ✭ 38 (+137.5%)
Mutual labels:  ux
flow-ui
Accessibility oriented design system for developing fast and powerful web interfaces.
Stars: ✭ 89 (+456.25%)
Mutual labels:  ux
KDInstagram
Instagram Clone built in Swift. Utilize three design patterns in three major modules.
Stars: ✭ 119 (+643.75%)
Mutual labels:  ux
KeyCommandAlertController
UIAlertController wrapper to add keyboard shortcuts easily
Stars: ✭ 16 (+0%)
Mutual labels:  ux

sonar.css

npm version Dependency Status license

CSS3 Animated Attention Seekers

Demo

Getting started

Bower

$ bower install sonar.css

npm

$ npm install sonar.css --save

Or manually add sonar.css or sonar.min.css to your website.

Documentation

Add sonar as a class to any element to activate.

Use sonar-infinite to make the animation loop forever.

Animations

You can use sonar-stroke for border animation, or sonar-fill for background animation.

Triggers

Use sonar-hover or sonar-click for custom triggers.

Delay

Use sonar-delay to set the animation delay to 1s. You can also use sonar-delay-short, sonar-delay-shorter, sonar-delay-long and sonar-delay-longer for different timings.

Colors

Sonar will inherit the border/background colors. But sonar supports all the bootstrap colors, so you can use sonar-default, sonar-primary, sonar-success, sonar-info, sonar-warning, and sonar-danger.

All colors are compatible with sonar-stroke and sonar-fill.

Using the SASS version

If you want to customize anything, clone the project and edit the sass files. If you just want to change some behavior, editing the _variables.sccs file is recommended.

You can use Grunt with the following tasks:

  • grunt: This will setup up a watch on the sass files, so you can test your changes more easily. Use the index.html file provided for this.
  • grunt build: This will just generate the sonar.css and sonar.min.css files.

Developed by Alejandro U. Alvarez - MIT License

Analytics

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].