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