Skip to main content

Questions tagged [easing]

Easing functions specify the rate of change of a parameter over time. Use this tag when you are using a function to transition the state of an object over a period of time.

Filter by
Sorted by
Tagged with
2 votes
0 answers
66 views

I'm using Ionic 4 and Angular animations to animate modals. I created the following two functions that control the animations but they share a lot of repeated code. Is there a way I can clean these up ...
Joe Scotto's user avatar
2 votes
1 answer
350 views

I wanted to write a function that when invoked, will scroll the page downwards in a smooth fashion. Comments and criticism welcome. I don't like, for example that determining whether it is done is ...
52d6c6af's user avatar
  • 672
4 votes
1 answer
275 views

I'm pretty new to client side scripting and I'm still learning. I've written this JS plugin which animates blocks of HTML (fade-in from left/top/right/bottom) as you scroll down the page. Everything ...
user74109's user avatar
1 vote
1 answer
266 views

Here's a small module I've written that implements an animation which fades through the child elements in a container div on a continual loop. I realise I could have done this way quicker using ...
samfrances's user avatar
4 votes
2 answers
917 views

Having fancy animations in WPF is quite nice so I tried to implement a generic fading animation for UIElements which I use for the Popups in my application. I was ...
brunnerh's user avatar
  • 355