Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #5118 (new enhancement)

Opened 4 years ago

Last modified 2 years ago

[PATCH] Adding a core effect to scroll content in a container

Reported by: ck@ikonodigital.de Assigned to: thomas@fesch.at
Priority: normal Milestone:
Component: script.aculo.us Version:
Severity: normal Keywords:
Cc:

Description

I needed a core effect to be able to scroll content within an overflowed container [div]. Added simple Effect.Scroll. See test/functional/effects_scroll.html for a demo. Tested on IE 6, Mozilla 1.5 and Safari 2 [resubmit, I didn't see where to attach the file]

Attachments

effects_scroll_patch.diff (3.8 kB) - added by ck@ikonodigital.de on 05/17/06 21:35:16.
Patch for Effects.Scroll

Change History

05/17/06 21:35:16 changed by ck@ikonodigital.de

  • attachment effects_scroll_patch.diff added.

Patch for Effects.Scroll

03/15/08 00:17:05 changed by monki

+1 Just what I needed, works nicely.