@frybynite/image-cloud 0.4.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -349,7 +349,7 @@ export declare class EntryAnimationEngine {
349
349
  /**
350
350
  * Get animation parameters for an image
351
351
  */
352
- getAnimationParams(imageIndex: number): AnimationParams;
352
+ getAnimationParams(_imageIndex: number): AnimationParams;
353
353
  /**
354
354
  * Build a CSS transform string for the start position
355
355
  * Uses pixel-based centering offset for reliable cross-browser behavior
@@ -385,7 +385,6 @@ export declare class EntryAnimationEngine {
385
385
  */
386
386
  getTiming(): {
387
387
  duration: number;
388
- stagger: number;
389
388
  };
390
389
  /**
391
390
  * Get the rotation configuration
@@ -515,7 +514,6 @@ declare type EntryStartPosition = 'nearest-edge' | 'top' | 'bottom' | 'left' | '
515
514
 
516
515
  declare interface EntryTimingConfig {
517
516
  duration: number;
518
- stagger: number;
519
517
  }
520
518
 
521
519
  declare interface FilterConfig {