diff --git a/photoswipe/photoswipe.d.ts b/photoswipe/photoswipe.d.ts index 4916c2123f..16ce87a68c 100644 --- a/photoswipe/photoswipe.d.ts +++ b/photoswipe/photoswipe.d.ts @@ -269,12 +269,16 @@ declare module PhotoSwipe { mainClass?: string; /** - * Undocumented. + * NOTE: this property will be ignored in future versions of PhotoSwipe. + * + * @deprecated */ mainScrollEndFriction?: number; /** - * Undocumented. + * NOTE: this property will be ignored in future versions of PhotoSwipe. + * + * @deprecated */ panEndFriction?: number;