Description
Suave UI is designed for web-applications based on AngularJS. It consists of CSS definitions, directives and services that helps build UI quick and efficiently.
Suave UI 0.3.1 alternatives and similar libraries
Based on the "Animations" category.
Alternatively, view Suave UI 0.3.1 alternatives based on common mentions on social networks and blogs.
-
animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing. -
particles.js
A lightweight JavaScript library for creating particles -
GreenSock-JS
GreenSock's GSAP JavaScript animation library (including Draggable). -
barbajs
Create badass, fluid and smooth transitions between your website’s pages. -
jquery.transit
Super-smooth CSS3 transformations and transitions for jQuery -
Dynamic.js
Javascript library to create physics-based animations -
AutoAnimate
A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application. -
tsParticles
tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components. -
shuffle-images
The Simplest Way to shuffle through images in a Creative Way -
Scrawl-canvas Library
Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun -
Scroll Btween
ScrollBtween uses scroll position of document - or any DOM element - to tween CSS values on any DOM element. -
TransitionEnd
:dizzy: TransitionEnd is an agnostic and cross-browser library to work with transitionend event. -
js-loading-overlay
Display loading overlay/spinner for your application easily and beautifully. -
Scroll Frames
Animate sequences of still frames on any DOM element in relation with its position into the viewport. https://olivier3lanc.github.io/Scroll-Frames/
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Suave UI 0.3.1 or a related project?
README
Suave UI 0.3.1
UI Framework for AngularJS
Suave UI is designed for web-applications based on AngularJS. It consists of CSS definitions, directives and services that helps build UI quick and efficiently.
Components
All these components are included in bundle-files. So you don't need to include them separately to use all them force.
- Font Awesome 4.2.0 provides icons.
- Animate.css 3.2.0 provides CSS-animations.
How to use?
You can include Suave UI to your project with Bower by this command:
bower install suave-ui --save
To use Suave UI without Bower you had to add CSS & JS bundle-files and include suave-ui
angular-module into your web-app initialization via Dependency Injection or angular.bootstrap
.
<link rel="stylesheet" href="suave-ui/dist/styles.min.css" />
<script src="js/angular.min.js"></script>
<script src="suave-ui/dist/app.min.js"></script>
<script>
angular.element(document).ready(function () {
angular.bootstrap(document, ['your-app', 'suave-ui']);
});
</script>
Then you can use Suave directives, services and styles right in your code. Demo & Examples is available here.
License
- Suave UI is inspired by Actiguide licensed under the MIT
- Font Awesome font is licensed under the SIL OFL 1.1
- Animate.css is licensed under MIT
*Note that all licence references and agreements mentioned in the Suave UI 0.3.1 README section above
are relevant to that project's source code only.