Is standard config effect really "scale"?
dandv opened this issue · 4 comments
https://github.com/juliancwirko/meteor-s-alert#salert-configuration says the standard config effect is 'scale' but if I create a new project and only add the main package (without any effects), then sAlert.error('Boom! Something went wrong!')
won't display any info in the browser console to load the scale effect.
sAlert.error('Boom! Something went wrong!', {effect: 'scale'});
will correctly display Install "scale" effect by running "meteor add juliancwirko:s-alert-scale"
.
Maybe the default should be "no effect".
There is effect: ''
in standard config, and in readme it is configuration example only.
Anyway, we need message here to. I will add it soon. Good point.
done in v2.1.1
Correct, the default effect is ''
.What I mean is that the README should be updated at https://github.com/juliancwirko/meteor-s-alert#salert-configuration to say effect: ''
.
Done.