JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

Ripple effect shows on all tabs after pressing them, going to another page, and going back #2

Open shaulhadar opened 9 years ago

shaulhadar commented 9 years ago

Hi Jknorr, I have encountered a strange bug.... I succesfully added the slidebox to a project i am working on and everything works great.

but, if i press on the tabs, and the ripple effect happens, and than i navigate to another page, and than go back to the page with the slidebox, i can see all the tabs get the ripple effect when loading the page again. i am not sure why this happenes... any chance you can fix this?

Thanks, Shaul.

JKnorr91 commented 9 years ago

Hi shaulhadar,

thanks for the report, in the next version this bug should be fixed. In addition to this i will give an option to disable the ripple effect on the tabs.

shaulhadar commented 9 years ago

Thanks man, I really like your project, keep up the great work!

shaulhadar commented 9 years ago

hi jackb, is there any update perhaps?

shaulhadar commented 9 years ago

i ment jknorr ofcourse

aries5485 commented 7 years ago

.slidingTabs ul li .ink { display: block; position: absolute; /background: rgba(56, 147, 245, 0.8);/ border-radius: 100%; transform: scale(0); }

that fix my problem :)