reading-notes

Class 14 Notes

What are three key factors that contribute to psychologically safe teams?

Team members spoke in the same proportions They had high social sensitivity

Evaluate, with details, a previous professional setting (or team) you were in with regards to psychological safety.

That last team I had definitely let everyone speak but everyones voice just fell on def ears. additionally, Managers had no control over day to day business so when the group was frustrated by things it was kind of just a “thats too bad” kind of response.

What impact do teams that operate with a high degree of psychological safety have on their company and the team members?

It allows everyone to be more vunerable and also for everyone to come together and understand where each participant is coming from and where there head is at.

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

Change position and size of the welements by changing its 2 and 3 dimensional values

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

I can do something like I did earliers in class where I make a text box look like a comic book strip and things like this.

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

Allows you to make an element responsive to different states. A good example is the hover where it changes color when the mouse is over it.

How does a CSS animation differ from a CSS transition?

Animations are a bit more dynamic and move a bit more.

What are some benefits to using CSS transitions on websites?

You don’t need to memorize how to accomplish every task on CSS because you can find things like this. Also for people like me, I learn a great deal about what different css propertiest do to images and such by playing around with these.

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

I imagine that most developers have to do at least a bit with css so they kno wwhat they are doing and I think the same is probably true here.