Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

Taylor Maxwell
Taylor Maxwell
9,790 Points

General Question about Transforms/Transitions on Mobile

In general do all the transforms and transitions translate well over to mobile devices?

If I am not mistaken there is no hover option on mobile so a lot of these would not work.

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

No, there is no :hover state on mobile. Because it requires, obviously, something to hover over the link and as your finger IS the mouse pointer it doesn't happen without clicking the object. I'm given to understand that some people use/have used the :focus state with some success. I've never tried it, but might be worth giving it a shot!