Skip to content

Motion.js is a easy to use, cross-browser CSS3 library for creating animations in web.

License

Notifications You must be signed in to change notification settings

pkdevboxy/motion.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion.js is an easy to use, cross-browser CSS3 library for creating animations in web.

Browser Compatibility

Desktop

  • Google Chrome 4.0+
  • Mozilla Firefox 4.0+
  • Safari 3.1+
  • Opera 10.5+
  • Internet Explorer 10+

Mobile

  • iOS Safari 3.2+
  • Andriod Browser 2.1+
  • Blackberry Browser 7.0+
  • Opera Mobile 10+

Roadmap

  • Ability to run animations after the end of previous animation, in Array mode only.
  • Add rotate to animations.

History

v0.3.0 - Friday, December 7, 2012

  • Add ability to set both Array and single Object to transition function.
  • Run animation objects one after one in Array mode.

v0.2.0 - Saturday, November 24, 2012

  • Add ability to set TransitionProperty, now all by default.
  • Add ability to set TransitionTimingFunction, now ease by default.
  • Add Dancer Rectangle new example

v0.1.0 - Sunday, November 11, 2012 (Initial Version)

  • Create simple transitions with css proprties
  • Callback function for after animation ends

Contributing

Of course, Yes! Fork the project, check out the roadmap and implement them, then just create a pull request. You can find your name in project contributors after first pull request.

Contributors

License

  Copyright (C) 2012 usabli.ca - Afshin Mehrabani (afshin.meh@gmail.com)
  
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated 
  documentation files (the "Software"), to deal in the Software without restriction, including without limitation 
  the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, 
  and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  The above copyright notice and this permission notice shall be included in all copies or substantial portions 
  of the Software.
  
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 
  TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
  IN THE SOFTWARE.

About

Motion.js is a easy to use, cross-browser CSS3 library for creating animations in web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 40.9%