Jump to content

Pomoc w odszukaniu fragmentu css'a


Burnago

Recommended Posts

Cześć, mam krótką sprawę, buduję powoli sklep, jestem na etapie robienia menu, i mam problem z modyfikacją.

Czy ktoś jest w stanie pomóc mi odszukać odpowiedni kod css który odpowiada za krótkie zanikanie i pojawianie się menu po najechaniu na główne kategorie u góry? Chcę uzyskać taki efekt aby menu nie rozwijało się stopniowo (opacity 1 2 3 ... 20...30...80....100 w ciągu części sekundy) tylko aby pojawienie było natychmiastowe.

Przetrzepałem cały theme.css i zamieniłem wszystkie transition transform oraz annimation na jakiś przykładowy tekst ale efekt pojawiania się dalej istniał. Strona bluewear.online.

Link to comment
Share on other sites

Problem rozwiązany. Animacja tkwiła w js.

    $.fn.superfish.defaults = {
        popUpSelector: 'ul,.sf-mega', // within menu context
        hoverClass: 'sfHover',
        pathClass: 'overrideThisToUse',
        pathLevels: 1,
        delay: 800,
        animation: {opacity: 'show'},
        animationOut: {opacity: 'hide'},
        speed: 'normal',

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...