Applied Visual Design: Modify Fill Mode of an Animation - Not accepting all valid answers
See original GitHub issueChallenge Name
Applied Visual Design: Modify Fill Mode of an Animation
Issue Description
If you insert the “animation-fill-mode: forwards;” between “animation-name: background-color;” and “animation-duration: 500ms;” or above “animation-name: background-color;”, the behavior is exactly what is expected of the challenge, however the test fails stating:
message: button:hover should have a animation-fill-mode property with a value of forwards.
Inserting the line at the end of both statements allows you to pass the test.
Browser Information
- Browser Name, Version: Opera (identified as Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.58), Version 50.0
- Operating System: Windows 10 64-bit (WoW64)
- Mobile, Desktop, or Tablet: Desktop
Your Code
Screenshot
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Modify Fill Mode of an Animation (Applied Visual Design ... - YouTube
Modify Fill Mode of an Animation (Applied Visual Design) freeCodeCamp Tutorial. 49 views 1 year ago ... we learn how to use the...
Read more >FreeCodeCamp: Applied Visual Design | by Eleftheria Batsou
This article will walk you through freecodecamp.org “Applied Visual Design” challenges. Visual Design in web development is a broad topic.
Read more >Applied Visual Design: Modify Fill Mode of an Animation
Hi, I just did this challenge/lesson: Applied Visual Design: Modify Fill Mode of an Animation, and I'm not understanding how what I just ......
Read more >Specify publish settings for Animate - Adobe Support
Select File > Publish Settings, and select a Player version from the Player pop-up menu. Not all features work in published SWF files...
Read more >Build a Responsive UI with ConstraintLayout
All the power of ConstraintLayout is available directly from the Layout Editor's visual ... However, this is only to make editing easier; if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m on it
@zandthecoder Thanks for reporting the issue.
This challenge’s test strictly checks if we type the correct code && in the exact order. https://github.com/freeCodeCamp/freeCodeCamp/blob/b1b8074733f2eba996383df4d2f7dfd7aecb23d5/seed/challenges/01-responsive-web-design/applied-visual-design.json#L2092 It shouldn’t be that rigid. I’ll raise a PR for this one later today. Happy coding!