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

Option to disable animation and hidden overflow on body #159

Closed
brunomperes opened this issue Jan 20, 2015 · 6 comments
Closed

Option to disable animation and hidden overflow on body #159

brunomperes opened this issue Jan 20, 2015 · 6 comments
Assignees

Comments

@brunomperes
Copy link

Would be useful to have an option to disable the animation when the modal is opening and closing

@brunomperes brunomperes changed the title Option to disable animation Option to disable animation and hidden overflow on body Jan 20, 2015
@letmein
Copy link

letmein commented Mar 13, 2015

+1
would be happy to have this feature

@kovpack
Copy link

kovpack commented Mar 13, 2015

+1
Waiting for this feature.

@elhigu
Copy link

elhigu commented Jun 13, 2015

One could already "disable" animations by setting animation speed really fast:

.ngdialog * {
  -webkit-animation-duration: 0.01s !important;
  -moz-animation-duration: 0.01s !important;
  -o-animation-duration: 0.01s !important;
  -ms-animation-duration: 0.01s !important;
  animation-duration: 0.01s !important;
}

But yeah +1 to have it as a feature :)

@egor-smirnov egor-smirnov self-assigned this Jun 13, 2015
@egor-smirnov
Copy link
Member

Added to the list of upcoming features.

@egor-smirnov
Copy link
Member

Now on master branch. Use new option called "disableAnimation". Docs are here - https://github.com/likeastore/ngDialog#disableanimation-boolean

@ghost
Copy link

ghost commented Aug 21, 2015

👍
Works good for me

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

6 participants