google-code-export / nyromodal

Automatically exported from code.google.com/p/nyromodal
1 stars 1 forks source link

Changing FadeIn FadeOut speed #587

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've edited jquery.nyroModal.anims.fade.js
to this:

$.nmAnims({
        fade: {
            showBg: function(nm, clb) {
                nm.elts.bg.fadeTo(100, 0.5, clb);
            },

which should make a 100ms long anim, but feels much slower... what am I missing?

Thanks!

Original issue reported on code.google.com by roussel....@gmail.com on 1 Apr 2014 at 4:22

GoogleCodeExporter commented 9 years ago
anyone?

Original comment by roussel....@gmail.com on 2 Apr 2014 at 2:25