Maysara Al Jumaily

Results 12 comments of Maysara Al Jumaily

Thank you for the quick response. I did check and both permissions are granted. I want to disable all other funcitonalites except the hide/minimize one. Here is an image of...

Thank you for the update! I was honestly just playing with the options to test the app. When would I expect to have the ability to access the updated version!?

Thank you for the quick response. I have tried it multiple times and my goal hasn't been achieved. Suppose a single Safari window is open (not in fullscreen) and is...

Since it is quite involved, why not start with the simple approach and then worry about the rest in future. For me, showing/hiding the previously opened window is the priority....

Use `number_line.animate....` instead of `number_line.numbers.animate....`. Just for fun, the second approach is also fixed by using ###`VGroup(*number_line).animate....` ```python from manim import * class numberline(Scene): def construct(self): abrupt_opacity = Tex("Opacity changes...

I tested it again and your suggestion didn't work. However, if what you suggested _should_ work, I don't know... I am a simple guy trying to learn Manim. The experts...

@dpvc Thank you for the reply. It seems that using the `async` attribute fixes it. `` Do you have an idea as to why this is the case? Also, is...

@muzimuzhi Thank you for the reply! Even if `\mycolour` was used consistently, an error would have been encountered. The fix, as you suggested, is to use the key `fg` then...

Thank you for the multiple examples and clever solutions. I have been reading `interface3` documentation but not `usrguide`, which I have started to do so. I have modified your suggestion...

I confirm that I have experienced the exact same situation after updating to the newer version. I have been using `enumitem` with `beamer` for a couple of years and the...