Vaadin 14 Animations (requiring least work!)

Hi,

Before I embark on a css transition/keyframe/animation odyssey I thought I’d ask the community first and maybe save myself some pain.

I would like to animate a layout so that it draws the users attention.

Ideally I’d slide it in from the bottom of the screen.

But if there’s a trivial-to-use alternative server side gimmick that achieves the same purpose (to draw the users attention to the layout) I’m all ears.

What is the easiest way to include layout animations into my Vaadin 14 app?

Thanks!

Hi,

there is a plugin for animations:

https://vaadin.com/directory/component/compani/

You’ll find Component animations (SlideInUp etc.).
The current demo didn’t work for me though.

So far, so good - thanks for the steer.