2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added another debug line and removed the parseint More... about 15 years ago
Added a line of debug More... about 15 years ago
Parsed the original as an int More... about 15 years ago
Remade More... about 15 years ago
Moved the obtaining of the offset height back to how it was More... about 15 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... about 15 years ago
When the animate function gets the comoputed width or height it now parses it as an int More... about 15 years ago
Made the transition function get the computed height rather than the offsetHeight More... about 15 years ago
Checked if the current style is empty or undefined in the animate function again More... about 15 years ago
Put it back to how it was again, more debugging to do before I go trying to fix it More... about 15 years ago
Added the empty string check back in More... about 15 years ago
Reverted the animate function back to how it was before I started trying to fix firefox problems More... about 15 years ago
Reverted sneakout back to how it was More... about 15 years ago
Made the sneakout transition grab the original height, this is a nececity More... about 15 years ago
Stopped the sneakout transition from setting the original height More... about 15 years ago
Stopped it parsing as an int, not needed More... about 15 years ago
Just parsed the computed value as an integer More... about 15 years ago
Made the check for an already set style check if it is empty as well as undefined because firefox thinks differently More... about 15 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... about 15 years ago
Remade More... about 15 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... about 15 years ago
Fixed the chaining of the transition function More... about 15 years ago
Remade More... about 15 years ago
Added the ability to chain transitions (well at least I hope I have, it may fail miserably. More... about 15 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... about 15 years ago
The animate function now only grabs the computed if the style is not set More... about 15 years ago
Made some small changes such as taking some brackets out and removing an unnecicary variable More... about 15 years ago
Tried a completely differnet approach to the animate function that uses the css function rather than setting values manually More... about 15 years ago
Removed the debug line More... about 15 years ago
Added a debug line into the animation loop More... about 15 years ago