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

Lack of Documentation on preventing bounce animation #133

Open
bill209 opened this issue Dec 30, 2017 · 1 comment
Open

Lack of Documentation on preventing bounce animation #133

bill209 opened this issue Dec 30, 2017 · 1 comment

Comments

@bill209
Copy link

bill209 commented Dec 30, 2017

i was unable to find a way to prevent the bounce animation. i tried using toastr.js options (which this is based on), but those options were unrecognized and did not work.

let options = {
  "showDuration": "300",
  "hideDuration": "1000",
  "showEasing": "swing",
  "hideEasing": "linear",
  "showMethod": "fadeIn",
  "hideMethod": "fadeOut"
};

container.warning(`aliens are approaching`, <h3>warning will robinson</h3>, options);

my apologies if i have missed the obvious.

bill

@bill209 bill209 changed the title Lack of Documentation on hiding bounce animation Lack of Documentation on preventing bounce animation Dec 30, 2017
@Pymossy
Copy link

Pymossy commented Aug 10, 2018

You can use this working example (https://codesandbox.io/s/rl0xpx7k64).
Best,
Mostafa

Edit rl0xpx7k64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants