VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.IEasing Interface Reference

Describes a function used to transform the transition speed. More...

Inheritance diagram for VectSharp.IEasing:

Public Member Functions

double Ease (double value)
 Applies the easing to the specified transition offset. More...
 

Detailed Description

Describes a function used to transform the transition speed.

Definition at line 1220 of file Animation.cs.

Member Function Documentation

◆ Ease()

double VectSharp.IEasing.Ease ( double  value)

Applies the easing to the specified transition offset.

Parameters
valueThe transition offset (ranging from 0 to 1).
Returns
The eased transition offset value.

Implemented in VectSharp.SplineEasing, and VectSharp.LinearEasing.


The documentation for this interface was generated from the following file: