A collection of Page Transitions
|
06-06-2019, 12:58 PM
(This post was last modified: 06-06-2019 01:07 PM by The Professor.)
Post: #4
|
|||
|
|||
RE: A collection of Page Transitions
(06-06-2019 12:51 AM)jawjahboy Wrote: That's a lot of code. Here is a zip file with all the original components:My great granddaughter [code]<!DOCTYPE html> <html> <head> <style> div { width: 100px; height: 100px; background-image: url("http://d21c.com/leprofesseur/lila/lila9.jpg"); -webkit-transition: width 3s; /* Safari */ -webkit-transition-delay: 1s; /* Safari */ transition: width 3s; transition-delay: 1s; } div:hover { width: 1080px; height: 1080px; } </style> </head> <body> <p>Hover over the div element below, to see the transition effect:</p> <div></div> </body> </html> My HTML Test Bed |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
A collection of Page Transitions - The Professor - 06-03-2019, 12:52 PM
RE: A collection of Page Transitions - Linda - 06-03-2019, 04:02 PM
RE: A collection of Page Transitions - The Professor - 06-06-2019, 04:38 PM
RE: A collection of Page Transitions - Linda - 06-09-2019, 08:48 PM
RE: A collection of Page Transitions - jawjahboy - 06-06-2019, 12:51 AM
RE: A collection of Page Transitions - The Professor - 06-06-2019 12:58 PM
RE: A collection of Page Transitions - tonebytone - 06-10-2019, 11:35 AM
RE: A collection of Page Transitions - The Professor - 06-10-2019, 03:00 PM
|
User(s) browsing this thread: 1 Guest(s)