-
Notifications
You must be signed in to change notification settings - Fork 503
Browser Compatibility
Igor Couto edited this page Dec 14, 2020
·
12 revisions
AniJS was tested on numerous browsers and devices - see list below:
Browser/OS | CSS3 Animations | Class Manipulation | Enhanced Selectors | DOM Manipulation |
---|---|---|---|---|
Chrome | ✅ | ✅ | ✅ | ✅ |
Firefox | ✅ | ✅ | ✅ | ✅ |
Safari | ✅ | ✅ | ✅ | ✅ |
IE11 | ✅ | ✅ | ✅ | ✅ |
IE10 | ✅ | ✅ | ✅ | ✅ |
IE9 | 💔 | ✅ | ✅ | ✅ |
IE8 | 💔 | 💔 | 💔 | 💔 |
iOS (iPhone) | ✅ | ✅ | ✅ | ✅ |
iOS (iPad) | ✅ | ✅ | ✅ | ✅ |
Android 2, 4 (Phone) | ✅ | ✅ | ✅ | ✅ |
Android 2, 4 (Tablet) | ✅ | ✅ | ✅ | ✅ |
- Get started
- The AniJS Language
- Sentence and Definitions
- Playing with CSS classes
- Clone and remove html elements
- Selecting html elements
- Referring to the current element
- Emitting your own events is easy
- Browser Compatibility
- Registering new Helpers
- Animation Context Instance
- Writing before and after functions
- Remove animation after function
- Hold animation after function
- Listening events from document and window
- Add default class names while Anim
- Changing travel scope
- Creating Events Systems
- Custom Events Listening
- Purge Events
- Handling Animations Using JavaScript
- Running AniJS repeatedly
- JQuery Events System
- Using AMD