Skip to main content

File Preview Animations

The list of all the currently available file preview animations and that can be set to the file_preview_animation_types option array

  • slideInRight
  • slideInTop
  • slideInLeft
  • slideInBottom
  • zoomIn
  • fadeIn
example.js
const instance1 = new CustUp({
file_preview_animation_types: ['slideInRight', 'slideInBottom', 'fadeIn']
})