Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Angular animations lacks the browser support (especially FireFox) #100

Open
4 tasks
lunayach opened this issue Mar 10, 2018 · 1 comment
Open
4 tasks

Angular animations lacks the browser support (especially FireFox) #100

lunayach opened this issue Mar 10, 2018 · 1 comment

Comments

@lunayach
Copy link
Member

lunayach commented Mar 10, 2018

Description

As a developer,
I need to ensure that my application runs well in most of the available browsers,
so that I can improve User Experience in general.

Mocks

rsz_web-animations
Angular Animations API is built on top of the Web Animations API and this shows that only 75.65% of the web browser traffic supports this API.

Acceptance Criteria

Update [Required]

  • We need to add a Polyfill (i.e. provide the browser with the technology, that it lacks it natively). In this case, in polyfills.ts, we need to uncomment the line, //import 'web-animations-js' and Run npm install --save web-animations-js

Enhancement to Update [Optional]

  • We may mention the minimum Version support in all major browsers for our application in Readme.md.

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Estimation

10 minutes

@lunayach lunayach changed the title Angular animations lack the browser support (especially FireFox) Angular animations lacks the browser support (especially FireFox) Mar 10, 2018
@Raxerz
Copy link

Raxerz commented Mar 12, 2018

Sounds good @lunayach . Just make sure it doesn't impact anything else.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants