Remove transition afect of GK tabs

GK User
Sun Jan 24, 2016 3:26 pm
When you transition between tabs, it causes the link colors of the articles listed in the tab to darken, then brighten again.

I want to remove this affect all together, it looks awkward. Please advise.
User avatar
Senior Boarder

teitbite
Wed Jan 27, 2016 11:13 am
Hi

Please tell me the url to Your site and explain what to do to see this effect You have in mind.
User avatar
Moderator

teitbite
Fri Jan 29, 2016 3:25 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkTabsItem.gk-opacity.gk-hide {
    opacity: 1 !important;
}
User avatar
Moderator

GK User
Mon Feb 01, 2016 2:01 am
This is causing the transition to jump around and text is displaying incorrect. Are there any other options to resolve this?

Thanks again.
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkTabsItem.gk-opacity.gk-hide {
    opacity: 1 !important;
}
User avatar
Senior Boarder

teitbite
Thu Feb 04, 2016 3:11 pm
Hi

I'm afraid this is the only element affecting transition. Making it visible slowly makes it look change smoothly, but it also changes a color of text since letters are transparent along with the whole slide.
User avatar
Moderator


cron