Function options
- options(
options: {
inertia?: boolean;
inertiaOptions?: GsapInertiaOptions;
tween?: boolean;
tweenOptions?: GsapTweenOptions;
},
): DraggableGsapOptionsStore Parameters
- options: {
inertia?: boolean;
inertiaOptions?: GsapInertiaOptions;
tween?: boolean;
tweenOptions?: GsapTweenOptions;
}Initial options for DraggableGsapOptionsStore.
Returns DraggableGsapOptionsStore
A new options instance.
- options: {
Define a function to get an DraggableGsapOptionsStore instance.