[TYPO3-english] rgsmoothscroll is not working with "TOP" link

J. Bakshi joydeep at infoservices.in
Fri Dec 26 12:44:37 CET 2008


Hello,

There is already an option in typo3 to create the "to the top" link  in
a separate content element which goes to the top of the page.  I have
found a very nice extension called rgsmoothscroll which adds some nice
effect during scrollong. To give it a try I have installed that
extension and include it in the template section as suggessted by the
manual. But since the "to the top" link works like before without any
effects of rgsmoothscroll. I have already tried the settings like
bounce, elastic etc.. but noting is working.

If I view the page content it shows the js

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`

<title>Home</title>
	<meta name="generator" content="TYPO3 4.2 CMS" />

	<script type="text/javascript" src="typo3temp/javascript_93077bb238.js"></script>
<script type="text/javascript" src="typo3conf/ext/t3mootools/res/mootoolsv1.11.js"></script>
<script type="text/javascript">
        var Page = {
          initialize: function() {
            new SmoothScroll({
              transition: Fx.Transitions.backInOut,
              fps: 60,
              duration: 1500
            });
          }
        }
        window.addEvent("domready", Page.initialize);</script>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


could any one enlighten me to make it properly work or at least suggest
the missing configuration if any.

Thanks and happy X-mas to all :-)



More information about the TYPO3-english mailing list