Questions tagged as 'fade'

2
answers

Page switching time transition

I have an HTML code and I need to make a transition (fade) when I enter another page through the HTML menu that I have. Problem is, I can not make that transition. I need to do something like this link site that if you notice the left menu, wh...
asked by 14.08.2014 / 12:28
2
answers

Jquery: Fadeout (), fadein () and Ajax call do not work in the right time

Hello. I have this code in JQuery: $('#prods').fadeOut(300, function(event){ chamaM(id_m); }); $('#prods').fadeIn(300); ChamaM() is an AJAX function that makes a call to PHP code, displaying the c...
asked by 21.08.2014 / 22:20
2
answers

fade toggle jquery

I have a div and inside it a header (h3) and a button, I want when I press this button, change the contents of the text and the button, with a new text and a new button with a fadeOut effect for the text / current button and FadeIn pro new text...
asked by 28.12.2017 / 17:58
1
answer

Fade out on the div but not on your children with jQuery

I have this code, but I would like #navBar to suffer fadeOut, #menuBt and #hi to be always visible, is it possible? HTML: <div id="navBar"> <div id="hi"></div> <div id="menuBt"><h3>...
asked by 14.11.2014 / 13:28
1
answer

Transition does not work in class exchange with JavaScript?

I have a dropdown menu made by me that acts with very simple class switching ( block or none ). The script works and updates the classes in the correct way, but it apparently ignores the transition property of the class an...
asked by 16.12.2014 / 07:59
1
answer

How to make a text transition (in array) inside an HTML element with fade and delay?

In short, I want an algorithm similar to the subtitle transition but no audio or video, just a text transition with delay and fade . Scenery: I have a array with 20 arrays , each array consists of 2 values: the first containing t...
asked by 21.02.2015 / 02:55
0
answers

How do I change the transition speed (effect) Fade? (code below)

Follow Code: .carousel-fade .carousel-inner .item { -webkit-transition-property: opacity; transition-property: opacity; } .carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .caro...
asked by 28.06.2017 / 00:20
1
answer

Remove image fade

I have a website in my hands and I need to take the fade effect out of the photos because the client does not want it to be dark when they hover over it. As I am new to the area I would like to know what property this is, whether it is javascrip...
asked by 24.03.2017 / 13:29