Earn recognition and rewards for your Microsoft Fabric Community contributions and become the hero our community deserves.
Learn moreSee when key Fabric features will launch and whatโs already live, all in one place and always up to date. Explore the new Fabric roadmap
06-27-2023 08:09 AM - last edited 08-24-2023 10:11 AM
The objective is to visually represent the most commonly used animation easing techniques by leveraging the Power BI Visual API and d3.js. Easing can significantly impact the success of an animation. Consequently, when selecting an easing function, it is crucial for the author to preview how it will affect the animation property values over time and at what rate. Armed with this knowledge, the author can make an informed decision whether to stick with the current ease or explore alternative options.
In the interpolation data, x represents all the time intervals of animation, y is the position based on give ease and speed is change of y / change of x rounded.
Position is simply plotting y and x of the interpolation data.
Speed is plotting the derivative of y rounded and x.
eyJrIjoiOTE1YmQ2YzYtYTNlNC00YTI3LWEzMjMtMjIyY2EwODU1NzAxIiwidCI6ImVhMTA4ODY5LTVmYjgtNGIyNy05YmMxLTA1ZmYyZmRkOGRmNSJ9
this is very interesting. can u refer some some good tutorials to learn how to make these visuals?