All Projects → thednp → Kute.js

thednp / Kute.js

Licence: mit
KUTE.js is a JavaScript animation engine for modern browsers.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Kute.js

SwiftTweener
A pure Swift animation engine.
Stars: ✭ 74 (-96.74%)
Mutual labels:  easing-functions, tween, animation-engine
kinieta
A Fast Animation Engine with an Intuitive API
Stars: ✭ 44 (-98.06%)
Mutual labels:  tween, animation-engine
Tween.js
JavaScript/TypeScript animation engine
Stars: ✭ 8,409 (+270.44%)
Mutual labels:  easing-functions, tween
Animetask
Task Animation Library for Unity
Stars: ✭ 95 (-95.81%)
Mutual labels:  tween
Vue Tweezing
💃 Easy, customizable and automatic tweening nicely served in scoped slots
Stars: ✭ 101 (-95.55%)
Mutual labels:  tween
N26
💳 Un-official node.js module for interact with your N26 (previously Number26) account
Stars: ✭ 128 (-94.36%)
Mutual labels:  nodejs-modules
Black
World's fastest HTML5 2D game engine   🛸
Stars: ✭ 174 (-92.33%)
Mutual labels:  tween
Leoric
👑 JavaScript ORM for MySQL, PostgreSQL, and SQLite.
Stars: ✭ 94 (-95.86%)
Mutual labels:  nodejs-modules
Androidviewanimations
Cute view animation collection.
Stars: ✭ 12,008 (+428.99%)
Mutual labels:  easing-functions
Pm2 Slack
A PM2 module to emit events to Slack
Stars: ✭ 124 (-94.54%)
Mutual labels:  nodejs-modules
Uween
Lightweight tween library for Unity.
Stars: ✭ 123 (-94.58%)
Mutual labels:  tween
Meetup Api
meetup-api is an Meetup.com API library written in JavaScript for Node.js V8 and Node.js ChakraCore
Stars: ✭ 104 (-95.42%)
Mutual labels:  nodejs-modules
Inspirational Quotes
💡 A simple NPM Package which returns random Inspirational Quotes. Get your daily quote and stay motivated! ✌️ 🌸
Stars: ✭ 150 (-93.39%)
Mutual labels:  nodejs-modules
Ugui Tween Tool
unity4.6.x && unity5.x ugui tween utools
Stars: ✭ 99 (-95.64%)
Mutual labels:  tween
Scrollissimo
Javascript plugin for smooth scroll-controlled animations
Stars: ✭ 160 (-92.95%)
Mutual labels:  tween
Node Lei Stream
Read/Write stream line by line 按行读写流
Stars: ✭ 94 (-95.86%)
Mutual labels:  nodejs-modules
Fat
Web's fastest and most lightweight animation tool.
Stars: ✭ 157 (-93.08%)
Mutual labels:  tween
Iframework
Simple Unity Framework
Stars: ✭ 110 (-95.15%)
Mutual labels:  tween
Tuya Mqtt
Nodejs-Script to combine tuyaapi and openhab via mqtt
Stars: ✭ 105 (-95.37%)
Mutual labels:  nodejs-modules
Wilderness
An SVG animation API
Stars: ✭ 127 (-94.41%)
Mutual labels:  tween

KUTE.js

A modern JavaScript animation engine built on ES6+ standards with strong TypeScript definitions and most essential features for the web with easy to use methods to set up high performance, cross-browser animations. The focus is code quality, flexibility, performance and size.

NPM Version NPM Downloads jsDeliver CDNJS

KUTE.js packs a series of components for presentation attributes, SVG transform, draw SVG strokes and path morphing, text string write up or number countdowns, plus additional CSS properties like colors, border-radius or typographic properties.

For components documentation, examples and other cool tips, check the demo.

Components

KUTE.js includes 18 components, but not all of them are bundled with the default distribution package:

  • backgroundPosition - enables the animation for the backgroundPosition CSS property
  • borderRadius - enables the animation for all the borderRadius properties
  • boxModel - enables the animation for the boxModel properties like top , left, width, etc
  • clipProperty - enables the animation for the clip property
  • colorProperties - enables the animation for the color properties like color, backgroundColor
  • filterEffects - enables the animation for the filter property
  • htmlAttributes - enables the animation for any numeric as well as some color based HTML Attributes
  • opacityProperty - enables the animation for the opacity property
  • scrollProperty - enables the animation for the window/Element scrollTop Object property
  • shadowProperties - enables the animation for the shadowProperties properties: textShadow & boxShadow
  • svgCubicMorph - enables the animation for the d Presentation Attribute of the <path> SVGElement targets; this implements some Raphael.js functionality
  • svgMorph - enables the animation for the d Presentation Attribute of the <path> SVGElement targets; this component implements some D3.js and flubber functionality
  • svgDraw - enables the animation for the strokeDasharray and strokeDashoffset CSS properties specific to <path> SVGElement
  • svgTransform - enables the animation for the transform presentation attribute
  • textProperties - enables the animation for numeric HTMLTextElement related CSS properties like fontSize or letterSpacing
  • textWrite - enables the animation for the content of various strings
  • transformFunctions - enables the animation for the transform CSS3 property, the default component bundled with the official build
  • transformLegacy - enables the animation for the transform CSS3 property on legacy browsers IE9+, not included with the official build, but can be used in your custom builds
  • transformMatrix - enables the animation for the transform CSS3 property; this component implements DOMMatrix() API and is super light

All above mentioned components have a BASE version which doesn't include value processing, and their purpose is to provide a way to ship your super light version of your application.

Wiki

For a complete developer guide, usage and stuff like npm, visit the wiki.

Browser Support

KUTE.js is redeveloped for maximum performance on modern browsers. Some legacy browsers might some help, so give them a small polyfill set with most essential features required by KUTE.js to work, powered by minifill, try it. For broader projects you might want to consider polyfills.

Special Thanks

Contributions

License

MIT License

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