You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
take direction into account when snapping back to active panel (1992088)
BREAKING CHANGES
The plugin is renamed to PanelSnap to reflect the decoupling from jQuery. PanelSnap
is now framework agnostic. Install through npm install panelsnap. The jQuery repo publication is
dropped in the process. This might get added back once a new adapter is in place.
Bower is no longer supported. Use npm instead.
jQuery.panelSnap is no longer supported in v1.0. An adapter will be provided in the
near future.
The option slideSpeed has been renamed to duration. Also, the default value for duration is
now 300ms, instead of 200ms.
Offset is no longer supported in PanelSnap. This can be taken into account inside
the panels.
The old activate event is now called activatePanel, more in line with the other
(more descriptive) event names. Event binding now happens with the panelSnapInstance.on('eventName', function) method. Instead of supplying callback functions during
initialisation.