File

projects/ng-snotify/src/lib/interfaces/snotify-animate.interface.ts

Description

Snotify animation params If you want more animations, you can include animate.css or write animations yourself in your styles Then you'll need to share this styles with snotify component [ng-snotify] component.

Index

Properties

Properties

enter
enter: string
Type : string

In animation

exit
exit: string
Type : string

Out animation

time
time: number
Type : number

Animation time in ms

export interface SnotifyAnimate {
  /**
   * In animation
   */
  enter: string;
  /**
   * Out animation
   */
  exit: string;
  /**
   * Animation time in ms
   */
  time: number;
}

result-matching ""

    No results matching ""