Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

docs(animation): provide guidance on overriding/disabling animations for each component #865

Open
robertmesserle opened this issue Dec 5, 2014 · 9 comments
Labels
g3: reported The issue was reported by an internal or external product team. hotlist: animations P3: important Important issues that really should be fixed when possible. type: docs
Milestone

Comments

@robertmesserle
Copy link
Contributor

We should provide documentation and code samples to show users how to override or disable animations for each component.

@robertmesserle robertmesserle added this to the 0.9.0-rc1 milestone Dec 5, 2014
@robertmesserle robertmesserle modified the milestones: 0.7.0-rc1, 0.9.0-rc1 Dec 11, 2014
@marcysutton marcysutton modified the milestones: 0.8.0, 0.7.0 Jan 7, 2015
@ThomasBurleson ThomasBurleson modified the milestones: 0.8.0, 0.9.0 Jan 30, 2015
@marcysutton
Copy link
Contributor

@ThomasBurleson let's chat about this one.

@marcysutton marcysutton modified the milestones: 1.0-beta1, 0.9.0 Apr 2, 2015
@naomiblack naomiblack modified the milestones: 1.0-beta1, post-1.0 Aug 14, 2015
@ThomasBurleson ThomasBurleson modified the milestones: post-1.0 , Backlog Jan 5, 2016
@nitin7dc

This comment has been minimized.

@ThomasBurleson ThomasBurleson modified the milestones: Backlog, Deprecated Apr 20, 2016
@Splaktar Splaktar added hotlist: animations and removed P4: minor Minor issues. May not be fixed without community contributions. labels Jan 22, 2019
@Splaktar Splaktar self-assigned this Jan 22, 2019
@Splaktar Splaktar added the g3: reported The issue was reported by an internal or external product team. label Jan 22, 2019
@Splaktar Splaktar modified the milestones: 1.1.13, 1.1.14 Feb 10, 2019
@Splaktar Splaktar modified the milestones: 1.1.14, 1.1.15 Mar 14, 2019
@Splaktar Splaktar modified the milestones: 1.1.15, 1.1.16, 1.1.18, 1.1.19 Mar 29, 2019
@Splaktar Splaktar modified the milestones: 1.1.19, 1.1.21 May 30, 2019
@Splaktar Splaktar modified the milestones: 1.1.21, 1.1.22 Aug 15, 2019
@Splaktar Splaktar modified the milestones: 1.1.22, 1.1.23 Oct 22, 2019
@tomasdev
Copy link

#864 has been fixed. This feature would be particularly useful on e2e tests.

@Splaktar Splaktar modified the milestones: 1.1.23, 1.2.1 Jun 8, 2020
@Splaktar
Copy link
Contributor

Splaktar commented Sep 13, 2020

#864 has been fixed. This feature would be particularly useful on e2e tests.

It was closed by Naomi w/o any explanation, but I don't believe that any kind of consistent "light animation mode" was ever implemented.

We do support disabling Ink Ripples across the application but that doesn't address animations for things like md-checkbox which doesn't use $animate for it's checked/unchecked animations, or dialog opening and closing animations (which seem to cause some extra garbage collection).

You can disable ngAnimate animations, which are used for dialog and many other components, via $animate.enable(false).

@Splaktar Splaktar modified the milestones: 1.2.1, 1.2.2 Sep 14, 2020
@Splaktar Splaktar added P3: important Important issues that really should be fixed when possible. and removed needs: investigation The cause of this issue is not well understood and needs to be investigated by the team or community P2: required Issues that must be fixed. labels Dec 15, 2020
@Splaktar Splaktar modified the milestones: 1.2.2, - Backlog Dec 15, 2020
@Splaktar Splaktar removed their assignment Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
g3: reported The issue was reported by an internal or external product team. hotlist: animations P3: important Important issues that really should be fixed when possible. type: docs
Projects
None yet
Development

No branches or pull requests