Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor prefixes no longer generated by default #32

Closed
codeworksdev opened this issue May 11, 2018 · 0 comments
Closed

Vendor prefixes no longer generated by default #32

codeworksdev opened this issue May 11, 2018 · 0 comments

Comments

@codeworksdev
Copy link
Owner

codeworksdev commented May 11, 2018

Most browsers now support unprefixed @keyframes and other animation-related CSS properties (reference). For this reason, the standard distribution package disables vendor prefixes by default. If necessary, you can re-enable vendor prefixes with the @o_animateless_prefixed variable (#33).

Note: Removing vendor prefixes has the added benefit of greatly reducing the size of compiled CSS files. Our benchmarks indicate a near 400% reduction in a fully compiled and minified animate.css file when excluding all vendor prefixes (issue #33).

@codeworksdev codeworksdev changed the title Vendor prefixes are no longer generated by default Vendor prefixes are onger generated by default May 11, 2018
@codeworksdev codeworksdev changed the title Vendor prefixes are onger generated by default Vendor prefixes no longer generated by default May 11, 2018
@codeworksdev codeworksdev changed the title Vendor prefixes no longer generated by default Vendor prefixes are no longer generated by default May 11, 2018
@codeworksdev codeworksdev changed the title Vendor prefixes are no longer generated by default Vendor prefixes no longer generated by default May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant