======================== createTabSlideTransition ======================== .. list-table:: :widths: auto :stub-columns: 1 * - Source - `tabs `__ .. code-block:: typescript createTabSlideTransition(arguments); Create an transition to create an tab sliding transition effect. ------- Returns ------- `AnimationEntryMetadata``: the animation definition ------- Example ------- Can be used within the component creation: - component.ts .. code-block:: typescript @Component({ ... animations: [ createTabSlideTransition(), ] }) - component.html ::