[Solved] Animation delay as variable?

Just wondering if we can set custom animation delay? I know we can turn off page animations, but just want to make it a little faster.

You can change default values in CSS:

:root {
  --f7-page-swipeback-transition-duration: 400ms;
  --f7-page-transition-duration: 400ms;
}
2 Likes