I was wondering if there is a feature similar to animation in jQuery, but for C # 4.0?
When people press a button, some panels and other controls should disappear, then I thought about using some simple animation to make it more beautiful with opacity, and there is another task that is to move some panels in the correct order, then I again I thought about using some lightweight movements, such as the jQuery animate () function.
source
share