Answers for "angular material slide effect button click"

0

angular material slide effect button click

const globalRippleConfig: RippleGlobalOptions = {
  disabled: true,
  animation: {
    enterDuration: 0,
    exitDuration: 0
  }
};
Posted by: Guest on August-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language