Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Slider/utils"

Index

Functions

getWrapperStyles

  • getWrapperStyles(transform: string, transition: string, opacity: number, transitionTimingFunction?: undefined | string): IWrapperStyles
  • Function to get the wrapper style for transitioning child

    Parameters

    • transform: string

      Value of transform property of css

    • transition: string

      Value of transition property of css

    • opacity: number

      Value of opacity property of css

    • Optional transitionTimingFunction: undefined | string

      Value of transition-timing-function property of css

    Returns IWrapperStyles

    Css styles in json format

noNullOrUndefined

  • noNullOrUndefined(subjectArg: any): boolean
  • This function checks if a variable is not undef or not null

    Parameters

    • subjectArg: any

    Returns boolean

Generated using TypeDoc