MM_js_lib icon indicating copy to clipboard operation
MM_js_lib copied to clipboard

My Modular JavaScript Library

Results 8 MM_js_lib issues
Sort by recently updated
recently updated
newest added

sometimes we might want to trigger a change but without updating the browser history (some section that can't be shared or that can't be skipped to), so it makes sense...

enhancement
feature

that might be important in some cases, specially if the transition behavior changes. (eg. prev/next on a carousel) maybe even store the whole history internally so user could call back/forward...

feature

right now the sectionController works better for non-linear experiences (where user might jump to any page from any page), it would be good to have a different "mode" (or separate...

feature

sometimes the `prevSection.end()` behavior should be different depending on the next section (sometimes transition might be different) so it needs some kind of reference to next section.

feature

it should probably start preloading images as soon as possible (before calling `prevSection.end()`) and dispatch signals when it starts and finishes the preload. So the user would basically list all...

enhancement
feature

would increase flexibility.

enhancement
feature

sectionController need a way to `goTo()` a section by ID passing custom arguments (basically wrap `Route.interpolate()`). I've done "hacks" in the past but it would be good to use the...

enhancement
feature

sometimes it might be useful to have access to the `sectionController` and the `route` that triggered the `section` as well, right now it's kinda impossible to grab the proper value....

enhancement
feature