https://github.com/srph/jqt
A low-level jQuery plugin for node hiding and showing through css transitions
https://github.com/srph/jqt
css-transitions jquery-plugin
Last synced: 8 months ago
JSON representation
A low-level jQuery plugin for node hiding and showing through css transitions
- Host: GitHub
- URL: https://github.com/srph/jqt
- Owner: srph
- License: mit
- Created: 2016-12-02T11:25:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T18:00:46.000Z (over 9 years ago)
- Last Synced: 2025-08-08T22:49:30.861Z (10 months ago)
- Topics: css-transitions, jquery-plugin
- Language: JavaScript
- Homepage: http://jqt.netlify.com/
- Size: 771 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## jqt
[](https://www.npmjs.com/package/@srph/jqt)
A *low-level* jQuery plugin for node hiding / showing through css transitions.
Think of it as a low-level version of builtin jQuery animations such as [`$.fadeOut`](http://api.jquery.com/fadeout/), [`$.fadeIn`](http://api.jquery.com/fadein/), [`$.slideUp`](http://api.jquery.com/slideup/), and [`$.slideDown`](http://api.jquery.com/slidedown/) but with css classes. Or maybe something similar to [ng-animate](https://docs.angularjs.org/api/ngAnimate) or [ReactCSSTransitionGroup](https://facebook.github.io/react/docs/animation.html) for single elements in jQuery.
## Use case
I've never found any similar libraries outside frameworks. This library was massively *dogfed* for projects I handle at work, usually for tab transitions, menu animations, etc.