Most voted "fade" questions
8 questions
Sort by count of
-
3
votes3
answers1380
viewsSwitch page time transition
I have an HTML code and I need to make a transition (fade) when I enter another page through the HTML menu I have. The problem is that I’m not able to make this transition. I need to do something…
-
2
votes2
answers518
viewsJquery: Fadeout(), fadein() and Ajax calling do not work at 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…
-
1
votes2
answers137
views -
0
votes1
answer53
viewsFade out on the mother div but not on your kids with jQuery
I have this code, but I’d like the #navBar suffer the fadeOut, #menuBt and #hi were always visible, it is possible? HTML: <div id="navBar"> <div id="hi"></div> <div…
-
0
votes1
answer187
viewsDoes Transition not work with Javascript?
I have a dropdown menu made by me that acts with very simple class exchange(block or none). The script works and updates classes in the right way, but apparently it ignores the property transition…
-
0
votes1
answer37
viewsRemove image fade
I have a website in my hand and I need to fade the photos because the customer does not want it to be dark when he hovers his mouse over it. As I am new in the area I would like to know what this…
-
0
votes1
answer334
viewsHow to transition text (in array) within an HTML element with fade and delay?
In short: I want an algorithm similar to the subtitle transition but without audio or video, just a text transition with delay and fade. Setting: I have a array jagged with 20 arrays, each array is…
-
0
votes0
answers23
viewsHow do I change the transition speed (effect) Fade? (code below)
It follows code I’m using, it’s worth mentioning that it’s working 100%, I just can’t (and I really want to) change the speed of the Fade effect. Follows Code: .carousel-fade .carousel-inner .item {…