All Projects → Dogstudio → highway

Dogstudio / highway

Licence: MIT License
Highway - A Modern Javascript Transitions Manager

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to highway

Highway
Highway - A Modern Javascript Transitions Manager
Stars: ✭ 1,185 (-12.16%)
Mutual labels:  router, animations, transitions
React Overdrive
Super easy magic-move transitions for React apps
Stars: ✭ 3,001 (+122.46%)
Mutual labels:  router, animations, transitions
Animatable Component
Animate once, use Everywhere! 💫
Stars: ✭ 188 (-86.06%)
Mutual labels:  animations, transitions
Xamarin Forms Page Transitions
Custom page transitions in a Xamarin.Forms App
Stars: ✭ 200 (-85.17%)
Mutual labels:  animations, transitions
Transition.css
Drop-in CSS transitions
Stars: ✭ 199 (-85.25%)
Mutual labels:  animations, transitions
Sunset.css
This library offers a collection of different CSS-powered transitions.
Stars: ✭ 99 (-92.66%)
Mutual labels:  animations, transitions
Redux Time
∞ High-performance declarative JS animation library for building games, data-viz experiences, and more w/ React, ThreeJS, Inferno, SnabbDOM and others...
Stars: ✭ 99 (-92.66%)
Mutual labels:  animations, transitions
Easytransform
Enhancing CSS transform with a little bit of JavaScript.
Stars: ✭ 10 (-99.26%)
Mutual labels:  animations, transitions
React Router Native Stack
A stack navigation component for react-router-native
Stars: ✭ 171 (-87.32%)
Mutual labels:  router, transitions
CustomSegueDemo
Demonstrates encapsulation of a custom view controller transition into a UIStoryboardSegue subclass
Stars: ✭ 31 (-97.7%)
Mutual labels:  animations, transitions
Material-Design-Android
My stash for all things material, animations, typography, iconography, transitions, Animated VD, Color Palette API, UI design, and more.
Stars: ✭ 38 (-97.18%)
Mutual labels:  animations, transitions
React Native Fluid
Declarative animations for React Native and React Native Web.
Stars: ✭ 92 (-93.18%)
Mutual labels:  animations, transitions
Rnal
Animations library for react-native
Stars: ✭ 54 (-96%)
Mutual labels:  animations, transitions
Ui Motion
How to apply meaningful and delightful motion in a sample Android app
Stars: ✭ 165 (-87.77%)
Mutual labels:  animations, transitions
Animate Css Grid
Painless transitions for CSS Grid
Stars: ✭ 987 (-26.83%)
Mutual labels:  animations, transitions
animated
🌊 Implicit animations for JavaFX.
Stars: ✭ 79 (-94.14%)
Mutual labels:  animations, transitions
Transition X
{ } Declarative Kotlin DSL for choreographing Android transitions
Stars: ✭ 514 (-61.9%)
Mutual labels:  animations, transitions
Swiftui Animation Library
SwiftUI Animation Library. Useful SwiftUI animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animations that you can directly implement in your next iOS application or project. The library also contains huge examples of spring animations such as Inertial Bounce, Shake, Twirl, Jelly, Jiggle, Rubber Band, Kitchen Sink and Wobble effects. Browse, find and download the animation that fits your needs.
Stars: ✭ 898 (-33.43%)
Mutual labels:  animations, transitions
Core
UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps
Stars: ✭ 112 (-91.7%)
Mutual labels:  router, transitions
aholachek.github.io
My website
Stars: ✭ 53 (-96.07%)
Mutual labels:  animations, transitions

Highway

npm npm GitHub issues bundlephobia NpmLicense

Banner

Highway is a lightweight (2.5ko compressed & gzipped), robust, modern and flexible library that will let us create AJAX navigations with beautiful transitions on our websites. It's been a while we were trying to build this kind of library to fits our needs at Dogstudio and we now finally released it!

Banner

Table of Content

Browser Support

Highway is supported by all recent major versions of the following modern browsers.

  • Google Chrome
  • Firefox
  • Edge
  • Safari

With polyfills

Older browsers or versions can be supported by Highway by combining it with polyfills. Please follow this example to have more information. Once the polyfills are configured, Highway should be working on most of the browsers and versions. However, be aware that the oldest browsers or versions might still be unsupported. So, be reasonable before opening an issue...

  • Google Chrome
  • Firefox
  • Edge
  • Safari
  • Internet Explorer 11

Roadmap

  • More Unit Tests
  • More Examples
  • More Demos

Releases

2.2.x

  • 🔒 Update dependencies for security purposes
  • 🎉 Add new websites in the Hall of Fame
  • 🎉 Add Polyfills example to documentation
  • Reduce bundle size significantly with microbundle
  • 🎨 Update browser support in documentation
  • 🎨 Update browser support in README.md
  • 🐛 Fix Slack URL in documentation
  • 🐛 Fix Slack URL in README.md
  • 🐛 Fix #77

2.1.x

  • 🔒 Update dependencies for security purposes
  • 🎉 Add trigger information in transitions and events
  • 🎉 Add contextual transitions
  • 🎉 Add overlapping transitions
  • Add Prefetch example to documentation
  • Improve transitions and events parameters for destructuring
  • Improve documentation website
  • Improve Core.redirect(href, transition) method
  • Improve Core.attach(links) method
  • Improve Core.detach(links) method
  • 🎨 Invert from and to parameters of the NAVIGATE_END event
  • 🐛 Fix issue #44

2.0.x

  • 🎉 Add documentation website
  • 🎉 Add Core.redirect(href) method
  • 🎉 Add dynamic import for renderers
  • 🎨 Update informations sent with events
  • 🎨 Rename Core.bind() into Core.attach()
  • 🎨 Rename Core.unbind() into Core.dettach()
  • 🎨 Rename Renderer.root into Renderer.view
  • 🎨 Replace Renderer.page by Renderer.properties
  • 🐛 Fix pushState location in the process
  • 🐛 Fix CMD/CTRL + click behavior of browsers
  • 🐛 Fix NAVIGATE_IN event that was fired too early
  • 🐛 Fix the view swapping that causes so issues
  • 🐛 Fix page caching with queries
  • 🐛 Fix issue #9
  • 🐛 Fix issue #12
  • Improve overall code
  • 🔥 Remove NAVIGATE_ERROR event
  • 🔥 Clean up README.md

1.3.x

  • 🎉 Add ES5 version in dist/es5 folder
  • 🎉 Add the Basic Anchor example
  • 🎉 Add the Basic Polyfill example
  • 🎉 Add unit tests
  • 🔥 Remove modes that weren't convincing
  • Improve code and weight with ES2016+ features
  • Improve events
  • Improve transitions
  • Improve documentation
  • 🎨 Rename renderers init method to setup method
  • 🐛 Quick fix for URLs with parameters
  • 🐛 Fix events
  • 🐛 Fix helpers
  • 🐛 Skip link with javascript: in href

1.2.x

  • 🎉 Add NAVIGATE_CALL, NAVIGATE_IN, NAVIGATE_OUT events
  • 🎉 Add more variables available in Highway.Renderer
  • Improve renderers
  • Improve documentation

1.1.x

  • 🎉 Add modes
  • Improve documentation

1.0.x

  • 🎉 Add Highway.Transition

0.0.x

  • 🚀 First release

Contributors


Anthony Du Pont

💬 💻 📖
🤔 🚧 👀

ThaoD5

💬 💻 📖
🤔 🚧 👀

Josh Kirk

💻 📖 🤔
🚧

Mike Wagz

📖 🚇


Suyash Purwar

💻 🐛


Davide Lanfranchi

🖋


Fabio Quarantini

💻 🐛


Quentin Neyraud

💻 🐛


Harvey Zack

💻


Stijn de Jong

💻 🐛

License

See the LICENSE file for license rights and limitations (MIT).

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