Displaying 20 results from an estimated 10000 matches similar to: "animation framework"
2007 Sep 01
1
animation framework
Hey,
I wonder if Rails is already or planning to get integrated with an
animation framework? It may be a javascript library or some runtime
environment like flash has.
I know a bit about script.aculo.us but besides its animated effects, I
dont see any animation library which we can use to animate anything on
the page with an effect. I think Yahoo UI has animation library but I
dont think rails
2011 Apr 27
0
3D/2D Animation services - Cartoon Movie - 3D modeling
You are receiving this email because we wish you to use our 3D/2D animation services.
We are a China based animation studio. We are specialized in providing 3D designing/modelling/animation services across the globe. We utilize the finest equipment available in the industry, offer efficient data delivery and unrivaled quality and work until the client is fully satisfied with the end product. We
2001 Oct 20
1
Animating a persp plot: non-constant scaling?
Hi all,
I'm making an animation of a rotating persp plot of some data. It's easy,
really: I just plot the persp in a loop over the theta parameter, saving
each plot, and then chain them together with ImageMagick (as suggested on
Paul Johnson's R-tips page).
But... when you run the animation, because each graph is individually
re-scaled, the image is not the same size in each
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
Hi,
Having the minimize_open_close option in Fade wasn't enough for
conflict resolution with Animation, since it was on by default. This
makes sense since the Minimize plugin is used by default, which is a
lightweight animation provider that some people/distributions might
prefer over Animation. And nobody really needs to know that this
option resolves the conflict. So here is a better method
2005 Oct 16
2
Animated lissajous
Here's some code to make lissajous dance. I've attached a small sample
GIF.
Cheers,
Rob Steele
robsteele at yahoo dot com
plot.lissajous = function(omega.x, omega.y, delta = 0, num.thetas = 200)
{
thetas = seq(0, 2 * pi, length = num.thetas)
xs = sin(omega.x * thetas + delta)
ys = cos(omega.y * thetas)
plot(xs, ys, type = 'l', lwd = 3, ann = FALSE, axes = FALSE)
}
2010 Jul 23
0
Generating mp3s from lattice-made pdfs with animation package
I have generated a multi-page pdf with lattice. Now I want to make an mpeg3 file animation from it. I have been experimenting with the 'animation' package. The saveM ovie function will create an mp3 file, but it is not clear if it will take a pdf as the 'expr' that generates animations.
Suggestions about use of the animation package, or other ways to animate lattice output in
2006 Apr 07
0
OT Animation software
Sorry for posting OT, but I know there is a huge user base here and just
wanted to ask. I'm looking for something to animate some weather
images, either png's .ps's or single page .pdf. I am aware of the AniS
java animation, but I think that is a little (lot) beyond my skill level
to set up. Would be nice to have something I could drop into CentOS and
plug'n'play, but
2005 Oct 06
3
playing with R: make a animated GIF file...
Hello all
I am playing with R for to make a animated GIF.
any suggestions, improvements are welcome :-)
case somebody could help me, i thanks!
Cleber N. Borges ( klebyn )
my objective:
(steps TODO)
-------------------
1) to save PNG files;
-----> i don't know the best way to make this;
2) transform the PNG files into GIF files (easy! no problem! ... i
think ...)
3)
2007 Jul 23
3
Scriptaculous blind animation jerky when DIV contains a lot of content
Hi
I have set up the following example to illustrates the problem I am
having with scriptaculous.
http://www.webmaint.com/scriptaculous_demo.html
You will notice the animation is very jerky and looks awful in
Firefox, and it just about passable in Internet Explorer
I presume this is because of the way the browser renders the data in
the select boxes.
Is there any work around that could create a
2012 Nov 02
1
rgl package and animation
I am trying to figure out how to use rgl package for animation. It
appears that this is done using the play3d() function. Below I have
some sample code that plots a 3D path and puts a sphere at the point
farthest from the origin (which in this case also appears to be at the
end of the path). What I would like to do is animate the movement of
another sphere along the length of the path
2011 Jun 07
1
rgl: insert pauses in animation sequence / movie formats other than gif?
Two questions related to creating animated movies with rgl:
1. I've created an rgl scene with 5 different views I want to display in
a movie, but I'd like to insert pauses (say, 5 seconds)
at each view. How can I do this?
I first created 5 userMatrix's, then
play3d( par3dinterp( userMatrix=list(M1, M2, M3, M4, M5)),
,duration=2*60/5) )
then tried simply repeating each twice,
2005 Oct 23
1
IE SlidingUp/Down Flicker Bug... Still not solved!
Hello,
I''m using the script.aculo.us <http://script.aculo.us> animation effects and
whatever I try I could not solved that IE flicker problem, I did what was
suggested on FAQ as well.
Please take a look and if possible let me know where the problem is.
Regards,
Danial
_______________________________________________
Rails-spinoffs mailing list
2008 Dec 04
2
Does animated gif will work properly using RMagick?
Dear all,
I have used RMagic to read and write a image while uploading. An
animated gif was read from my local machine and was written in my images
folder using RMagick. But the animated gif which i read was witten in my
folder without animation. What should i do to write the gif image with
animation.
Here is my code to read and write image while uploading.
image = params[:image][:blob]
2007 Dec 03
0
scrollbars and dragable
Hello,
I am new at script.aculo.us and it seem''s to be a very poverfull
animation framework.
I need to move a div around on the screen with javascript. So far I
see the solution with script.aculo.us is to use a dragable object.
Now I have a problem. My div contains scrollbars with css: overflow:
auto. When I use the IE6 the scrollbar hangs often :-)
My div looks like this:
<div
2009 Dec 23
1
animated R plots
Hi,
I want to be able to save the following animated plot as a flash. There are ultimately 6 plots, but when I run this and save it as a flash all I get is the last (6th) plot, not all six different plots in order by "year". I’ve tested the flash commands and they work; so it has to be my function code. I am guessing that the problem has something to do with overlaying the plot
2005 Jan 06
2
animation without intermediate files?
Hello,
Does anyone know how to make "movies" in R by making a sequence of plots?
I'd like to animate a long trajectory for exploratory purposes only,
without creating a bunch of image files and then using another program to
string them together. In Splus I would do this using double.buffer() to
eliminate the flickering caused by replotting. For instance, with a 2-D
trajectory
2007 Jul 03
1
[PATCH] plugin conflict between Minimize & Animation: add feature "windowanimations"
Hi,
The minimize plugin conflicts with Animation. For example, it doesn't
let Animation draw shade animations, and interferes with other window
event animations. The animation plugin now minimizes the relevant
effects to taskbar, so using the two plugins together doesn't make
sense anymore. Moreover, by default Animation is off, Minimize is on,
and when users enable Animation, naturally
2001 Mar 20
5
animation?
I was wondering if anyone out there has created a series of images (e.g.
jpegs) using R, then animated them on a web page. I have looked around a
bit and it seems fairly complicated. One approach that seems sensible is
to use a java script that displays the list of images. I have only used
html on web pages before so I don't know how to use java...
Ideally the final result is easily ported to
2006 Apr 07
4
file_column and animated gifs
hi,
is it possible to resize animated gifs with file_column?
if i upload an animated gif file with file_column than the animation no
longer exists...
--
Posted via http://www.ruby-forum.com/.
2012 Jun 14
0
Animation problem
Using the animation package, I am trying to show fish movement over a jpeg of
our study area. I want to show fish detection at each of 5 sites on each day
they are detected. Each of the five fish species will have their own color
(not coded yet). I am able to create the animation, though the data is not
plotting correctly, and I feel that the problem lies with a loop that I
can't seem to