-
-
Notifications
You must be signed in to change notification settings - Fork 486
Open
Labels
@barba/core@barba/core plugin@barba/core pluginfeaturefeature request to implementfeature request to implement
Description
The current syntax for View
doesn't support more that a single namespace
.
It would be nice to allow multiple namespaces in order to simplify code that run for a specific slot of Views
, like:
barba.init({
views: [{
namespace: [
'index',
'contact'
],
beforeLeave(data) {
// do something before leaving `index` or `contact` namespaces
}
}]
});
Metadata
Metadata
Assignees
Labels
@barba/core@barba/core plugin@barba/core pluginfeaturefeature request to implementfeature request to implement