Questions tagged [mootools-fx]

The Fx class of the MooTools JavaScript Library is the foundation for several effects classes (e.g., Fx.Tween and Fx.Morph). MooTools offers a wide variety of such effects.

The Fx class of the MooTools JavaScript Library () is the foundation for several effects classes. MooTools offers a wide variety of such effects.

Effects in MooTools Core

Effects in

Questions with the Tag

When asking a question:

  1. Isolate the problematic code and reproduce it in an online environment such as jsFiddle.
  2. Also tag your question with so that the wider MooTools community on Stack Overflow can find your question.
17 questions
1
vote
1 answer

code using mootools 1.4.1 causes an infinite loop

I'm using mootools 1.4.1 and I'm trying to get a div that 'tweens' the width of the screen to fire another function on completion. However, the tween keeps firing and I don't believe that it's firing the function I'm wanting it to. The code is…
1
vote
0 answers

mootools Fx.scroll with centered images

im not a mootools prof, so i think for one with more experience the solution for my little problem is quite smiple. I have a simple Image galery with a square Image for "big" Imagepreview. It uses 5 images. The image id to set, comes from a…
Ruven JR. Maerson
  • 309
  • 1
  • 6
  • 16
1
vote
0 answers

Create subtabs using mootools.js

I would like to know is there a way to create tabs inside tabs using moo tools version 1.4. I tried but it looks like sub tabs not working
1
vote
1 answer

Mootools Fx.Slide & CSS styles?

I am playing around with Mootools' Fx.Slide effects for some drop down menus. I've used them before with no issues, but for some reason now it seems as soon as I set up a new Fx.Slide on an element, it messes up my CSS styles. Here's an uploaded…
Jesse Leite
  • 6,581
  • 3
  • 18
  • 17
1
vote
1 answer

How do I find out with Mootools if an element is being animated?

I need to be able to detect is an animation is currently happening using Mootools. Of course if there is a way to detect this with plain old js even better. But I couldn't think of a way to do this without running it every ms and seeing if the…
Jamie Hutber
  • 26,790
  • 46
  • 179
  • 291
1
vote
1 answer

mootools moopopup url option not working?

I'm new to mootools, I am working on the demo example for moopopup but for me option url to load remote does not pop up.