Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 24, 2023
1 parent 465d41f commit 675b586
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/app/showcase/doc/overlay/transitionoptionsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,4 @@ import { AppDocSectionTextComponent } from '../../layout/doc/app.docsectiontext.
<p>Transition options of the show or hide animation. The default value of <i>showTransitionOptions</i> is '.12s cubic-bezier(0, 0, 0.2, 1)' and the default value of <i>hideTransitionOptions</i> is '.1s linear'.</p>
</app-docsectiontext>`
})
export class TransitionOptionsDoc {
@Input() id: string;

@Input() title: string;

@ViewChild('docsectiontext', { static: true }) docsectiontext: AppDocSectionTextComponent;
}
export class TransitionOptionsDoc {}

0 comments on commit 675b586

Please sign in to comment.