bendc / animateplus

A+ animation module for the modern web
MIT License
5.96k stars 280 forks source link

Clarify browser support #21

Closed fvsch closed 6 years ago

fvsch commented 8 years ago

Hi,

Wondering if it would be possible to clarify the current browser support in the README? E.g. adding a "Browser Support" section at the end.

Cool project btw, thanks for sharing!

fvsch commented 8 years ago

Did a quick test of the demos:

bendc commented 8 years ago

Yeah I dropped IE11 support with release 1.4. Agreed I should document browser support as I tend to be fairly aggressive in that regard :p

iamvdo commented 8 years ago

@bendc You can be aggresive, but you should have followed Semver and released it as 2.0.

bendc commented 8 years ago

I guess you're right. I thought a minor release would be appropriate since I haven't introduced API changes but, yeah, should likely have been labeled as major.

ghost commented 7 years ago

@bendc Here's a simple rig to model after if you want to package up this library: https://github.com/jhabdas/fetch-inject. Utilizes Semantic Release to make versioning and deployment to NPM and Bower as simple as a commit comment, push.

Also, thanks for this library. I'm digging the pithy API. It would pair well with the library linked to provide animations without causing a blocking external request:

const animationOpts = {el: "div", opacity: 0}
fetchInject(['/js/vendor/animate.min.js']).then(() => animate(animationOpts))
bendc commented 6 years ago

Fixed in v2.0.0