2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added another debug line and removed the parseint More... over 14 years ago
Added a line of debug More... over 14 years ago
Parsed the original as an int More... over 14 years ago
Remade More... over 14 years ago
Moved the obtaining of the offset height back to how it was More... over 14 years ago
Put the animate and transition functionns back to how they where and moved where the original was retrieved from, it is now above where the css is set, I dont think this will work More... over 14 years ago
When the animate function gets the comoputed width or height it now parses it as an int More... over 14 years ago
Made the transition function get the computed height rather than the offsetHeight More... over 14 years ago
Checked if the current style is empty or undefined in the animate function again More... over 14 years ago
Put it back to how it was again, more debugging to do before I go trying to fix it More... over 14 years ago
Added the empty string check back in More... over 14 years ago
Reverted the animate function back to how it was before I started trying to fix firefox problems More... over 14 years ago
Reverted sneakout back to how it was More... over 14 years ago
Made the sneakout transition grab the original height, this is a nececity More... over 14 years ago
Stopped the sneakout transition from setting the original height More... over 14 years ago
Stopped it parsing as an int, not needed More... over 14 years ago
Just parsed the computed value as an integer More... over 14 years ago
Made the check for an already set style check if it is empty as well as undefined because firefox thinks differently More... over 14 years ago
When the animation function checks if there is already an inline style set it now checks if it undefined rather than "not" More... over 14 years ago
Remade More... over 14 years ago
Took out some of the offset/chaining functionality from the transition function, it can now be chained with things like animate but not another transition so transition.animate will work but not transition.transition More... over 14 years ago
Fixed the chaining of the transition function More... over 14 years ago
Remade More... over 14 years ago
Added the ability to chain transitions (well at least I hope I have, it may fail miserably. More... over 14 years ago
Added some more compact code to the animate function and also only replace auto with its offset counterpart if we are indeed editing width or height More... over 14 years ago
The animate function now only grabs the computed if the style is not set More... over 14 years ago
Made some small changes such as taking some brackets out and removing an unnecicary variable More... over 14 years ago
Tried a completely differnet approach to the animate function that uses the css function rather than setting values manually More... over 14 years ago
Removed the debug line More... over 14 years ago
Added a debug line into the animation loop More... over 14 years ago