Wiki
Clone wikicompani / Home
Welcome
Welcome to this wiki! This is the home page of the wiki of the CompAni vaadin addon.
Table of Contents
CompAni
CompAni is a component animator for (all) Vaadin Flow components including layouts. It provides these features:
- component animations with CSS transitions
- entrance animations (animations for components that are added to a UI)
- exit animations (animations for components that are removed from a UI)
- text animations (animations for Vaadin flow text components like H1, H2... Div with text content) where all letters are animated
- animated views (animations for your applications navigation)
Release Notes
1.1.4
- hide and show animations
- refactoring
- updated animation libraries
1.1.0
- some code cleanups and improvements
- added another animation vendor for 30+ animations
1.0.0
- update to Vaadin 14+ (NPM)
- update CSS libraries to latest version (e. g. animate.css 3.7.2)
0.9.0
- animated navigation between views
- minor bugfixes
0.8.0
- grow / shrink animations
- corrections / improvements for text animations (timing of end events corrected)
0.7.0
- grouping of text animations (entrance, exit, simple animation)
0.6.0
- animation end listener
- performance improvements
- bugfixes
0.5.1
- change of project structure
- re-upload on Vaadin.com with addon name 'CompAni'
0.5.0
- text animations (new)
- fluent API to generate animations
0.4.0
- infinite animations
- control the speed of animations
- delay an animation
0.3.0
- first official release
- all animations from Animator.css included
- stable api
Schedule / ToDos
- focus on stability
- optimize CSS and javascript files (try to minify imports)
Updated