L
L
lowsentmy2020-05-11 19:11:19
JavaScript
lowsentmy, 2020-05-11 19:11:19

How can hide come in handy if you want an already visible element to fade in?

5eb978fe82a70969150083.jpeg
Please help me, how can I make the visible element appear using hide()

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene Chefranov, 2020-05-11
@Chefranov

This kind of thing is possible

N
ninja op op, 2020-05-11
@kur4chyt

easier to do like this - $("#element"). fadeIn(1000) // fade in, 1000 ms = 1 second

S
Sergey799, 2020-07-21
@Sergey799

$('h1').hide().fadeIn(3000);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question