Animations

You can easily add animations to any website or app built with Create just by describing what you want.

Hover animations

Here's an example webinar landing page with a first load animation and a button hover animation. The animations were created with this prompt:

Button
- Hover effect animation, left to right slide, change the background to white and the text to black

First load animation
- The image should expand to fill the space
- The text flies in from the left side

Scroll effects

Adding parallax scrolling or other scroll effects is as easy as just adding that to your prompt. Here's a coffee shop website with a simple prompt:

Generate a coffee shop website with parallax scrolling

Background image: https://images.pexels.com/photos/683039/pexels-photo-683039.jpeg?auto=compress&cs=tinysrgb&w=800
The background image should scroll too but at a slower pace

Animations from code

You can also paste in animation code snippets (in any programming language) and Create will reproduce them. Here's an example project that converts a long Javascript animation to simple CSS.

Last updated