Tagged Questions
3
votes
2answers
124 views
In a Manipulate[], control timing of Autorun
I've made a gauge like instrument that will get used to prompt someone to maintain rhythmic breathing patterns during heart/brain coherence training.
...
2
votes
1answer
113 views
Resetting an animation with a custom button
I have the following code, which accepts a function via an InputField, and then gradually draws that function in a Plot using ...
25
votes
9answers
1k views
How to create animated snowfall?
Well, the title is self-explanatory. What sorts of snowfall can we generate using Mathematica? There are two options I suggest to consider:
1) Continuous GIF animations with smallest possible number ...
18
votes
2answers
663 views
Why animator smoothes dynamic updates, or how to make pacman drink beer
How could I make a pacman drink beer in Mathematica?
This is what I have so far
...
6
votes
2answers
252 views
How can I make a list animation of images that fade in and out?
I'm not sure how to get a "fade in" effect.
4
votes
1answer
197 views
What changes in Dynamic have occurred from Mathematica 7 to Mathematica 8 that might induce incompatibilities?
I have a function that outputs a Manipulate (say
FAnimated[params_]:= Manipulate[F[params,t], {Time, Animator[t]}]
where F ...