README.chromium 1.0 KB

123456789101112131415161718192021222324
  1. Name: Web Animations JS
  2. Short Name: web-animations-js
  3. URL: https://github.com/web-animations/web-animations-js
  4. Version: 2.1.0
  5. License: Apache 2.0
  6. License File: LICENSE
  7. Security Critical: no
  8. Description:
  9. An emulator of the Web Animations specification. Web Animations is a new
  10. specification for animated content on the web. It's being developed as a W3C
  11. specification as part of the CSS and SVG working groups. Latest specification at
  12. http://w3c.github.io/web-animations/.
  13. Used as a dependency of Polymer framework (see src/third_party/polymer/v1_0). If
  14. using directly, rather than through Polymer, use only the minified source.
  15. Otherwise there may be CSP issues with inline scripts, etc. This should only be
  16. updated via third_party/polymer/v1_0/reproduce.sh after bumping the version
  17. number in third_party/polymer/v1_0/bower.json.
  18. Local modifications:
  19. The source mapping directives at the end of the minified files have been
  20. removed so the inspector does not try to load the maps, which are not compiled
  21. and would cause Chromium to crash in Debug builds.