Results 1 to 2 of 2

Thread: Fading page transitions / Cross-browser

  1. #1
    Join Date
    Dec 2007
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Fading page transitions / Cross-browser

    After searching all over the web, I have discovered there are quite a few people who would like a code that will make fading page transitions for entering *and* exiting pages in at least FF and IE. This is a code which will do it in IE:

    <meta http-equiv="Page-Enter" content="blendtrans(duration=1.0)">
    <meta http-equiv="Page-Exit" content="blendtrans(duration=1.0)">

    Does anyone know of a way in any format to do it in FF, as well?

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Page transitions is a filter. By default an IE only feature. There are workarounds like this one but I really don't see the point in either browser.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •