filipows / angular-animations

:sparkles: Easy, Reusable Animation Utility library for Angular
https://filipows.github.io/angular-animations
MIT License
634 stars 89 forks source link

Add scale parameter to zoom animations #101

Open MickL opened 3 years ago

MickL commented 3 years ago

Currently the zoom animation fades from 0 to 100% and scales from 0 to 100%. The scale from 0% creates a very mighty effect which I would like to settle down. I would like to define the start-scale for zoomIn and the final-scale for zoomOut to make the effect more gently. E.g. from 0.8% to 1%.

For comparison: Netflix zooms in the full page gently when starting a video. This is currently not possbile.