WDV495 Emerging Technologies Seminar: Research and Demonstrate Motion UI Feature
What is Motion UI?
Motion UI is a Sass library for quickly creating CSS transitions and animations. Effectively it’s a library of common CSS transitions that you can easily implement into your code like using bootstrap to set up a site till you need to make things more complicated. Here is an example of some of the things you can implement.
If you were to take some of these concepts and apply them to a website you might get something along the lines of this.
While adding animations to a website can be something that looks very cool it does have the pitfalls of causing motion sickness as well as run the risk of not being ADA compliant if you start adding animations to the content. But overall it's a good tool to know if you ever need it.