Semantic-ui: [Tab] Add animation (Transition) to Tab module

Created on 27 Mar 2015  Â·  10Comments  Â·  Source: Semantic-Org/Semantic-UI

Hi, this an Enhancement issue.
There is no animation when you switch between Tabs !!
Thanx all for your work ;)

Enhancement

Most helpful comment

Add transition fade in classes.

<div class="ui tabular menu">
  <div class="item" data-tab="tab-name">Tab Name</div>
  <div class="item" data-tab="tab-name2">Tab Name 2</div>
</div>
<div class="ui transition fade in tab" data-tab="tab-name">
  <!-- Tab Content !-->
</div>
<div class="ui transition fade in tab" data-tab="tab-name2">
  <!-- Tab Content !-->
</div>

And initialize it with $('.tabular.menu .item').tab();

jsfiddle

All 10 comments

Hi ikourfaln,

have you found any solution for the task? I also want transition for tabbed layout.
I tied to implement it, but I have failed.

Peter

Same… adding transition between tab should be added as valuable enhancement!

Does anybody found a solution?

Greg

Add transition fade in classes.

<div class="ui tabular menu">
  <div class="item" data-tab="tab-name">Tab Name</div>
  <div class="item" data-tab="tab-name2">Tab Name 2</div>
</div>
<div class="ui transition fade in tab" data-tab="tab-name">
  <!-- Tab Content !-->
</div>
<div class="ui transition fade in tab" data-tab="tab-name2">
  <!-- Tab Content !-->
</div>

And initialize it with $('.tabular.menu .item').tab();

jsfiddle

@olszak94 can we transition slide and pass any argument like delay?

@ZeGregg yeah, I would need that too.
BTW @olszak94 's jsfiddle doesn't work for me. strange!

updated jsfiddle
I don't know about arguments, but i'm pretty sure you can do that with CSS animation.

All animations are inside of transition.less file.

+1 to this enhancement

I tried adding animation on tab switch using semantic transitions property.
@ikourfaln Maybe this will help you achieve what you are looking for: Fiddle

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

this is just a comment to make an activity!! so don't close it Bot.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kntmrkm picture kntmrkm  Â·  3Comments

iPaoo picture iPaoo  Â·  3Comments

mixerp picture mixerp  Â·  3Comments

ghost picture ghost  Â·  3Comments

Morrolan picture Morrolan  Â·  3Comments