You need to implement client-side animations according to the business requirements. Which line of code should you use? (Each correct answer presents a complete solution. Choose all that apply.)
A.
$("body h1:nth-child(1)").fadeIn(1000);
B.
$("body h1:nth-child(1)").fadeOut(1000);
C.
$("body h1:nth-child(1)").animate({ opacity: 0 });
D.
$("body h1:nth-child(1)").animate({ opacity: 1 });
Suggested Answer:BC🗳️
From scenario: Information about the first product on the product page must fade out over time to encourage the user to continue browsing the catalog.
No, jQuery has default animation duration of 400 milliseconds https://api.jquery.com/animate/
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.70-486 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
johnhartman1968
4 years, 8 months agoarohh
4 years, 7 months ago