reading-notes

Reading Journal

This topic is important to me because not only is proper web styling aesthetically pleasing but it helps with user engagement. Nobody wants to visit a website that is clunky or feels like it was an after thought. Proper use of transitions and animations can increase the dynamic nature of a site and also act as a form of nonverbal communication which further helps guide the end user.

Reading

CSS Transforms

1. What does a CSS transform allow the developer to do to an element?

2. Provide an example of a transform and how you could see that being used on a website.

.example-image:hover { transform: scale(1.5); }

This could be used when wanting to allow the user to hover over an image
in order to zoom in closer.

CSS Transitions & Animations

1. What does a CSS transition allow the developer to do to an element?

2. How does a CSS animation differ from a CSS transition?

8 simple CSS3 transitions that will wow your users

1. What are some benefits to using CSS transitions on websites?

2. How does this topic fit in with your long-term goals?

Things I want to know more about.

I’d like to know how sought after CSS skills are in the job field and what specific CSS skills are valued the most.