Possible to change transition speed #192
-
|
Hi all, I am having fun with closeread, thanks for making this possible. I wa wondering whether it is possible to change the transition speed. For example, I would like the fade in/out to be slower on this page: https://kapitan.net/buddhayana/earth-touching.html |
Beta Was this translation helpful? Give feedback.
Answered by
andrewpbray
Jan 12, 2026
Replies: 1 comment 1 reply
-
|
Hello! We add that effect by adding a particular css class at the right time. You can edit that css class directly wherever you installed closeread. Take a look for this file and line: If you modify to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dkapitan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! We add that effect by adding a particular css class at the right time. You can edit that css class directly wherever you installed closeread. Take a look for this file and line:
closeread/_extensions/closeread/closeread.css
Line 52 in 5be1f15
If you modify to
opacity linear 2s,that should do it!