Various transformation effects of HTML web page switching

Various transformation effects of HTML web page switching
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=n)">

Among them, n represents the following number. Different values ​​of n have different effects:

0. Box in
1. Box out
2. Circle in
3. Circle out
4. Wipe up
5. Wipe down
6. Wipe right
7. Wipe left
8. Vertical blinds
9. Horizontal blinds
10. Checkerboard across
11. Checkerboard down
12. Random dissolve
13. Split vertical in
14. Split vertical out
15. Split horizontal in
16. Split horizontal out
17. Strips left down
18. Strips left up
29. Strips right down
20. Strips right up
21. Random bars horizontal
22. Random bars vertical
23. Random

Blend in

Code:
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)" />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)" />

<<:  Use of filter() array filter in JS

>>:  Docker solution for logging in without root privileges

Recommend

Detailed explanation of data sharing between Vue components

Table of contents 1. In project development, the ...

Why is it not recommended to use an empty string as a className in Vue?

Table of contents Compare the empty string '&...

select the best presets to create full compatibility with all browsersselect

We know that the properties of the select tag in e...

Detailed process of decompressing and installing mysql5.7.17 zip

1. Download address https://dev.mysql.com/downloa...

Sample code for a large drop-down menu implemented in pure CSS

This is a large drop-down menu implemented purely...

How to add links to FLASH in HTML and make it compatible with all major browsers

Look at the code first Copy code The code is as fo...

Introduction to common MySQL storage engines and parameter setting and tuning

MyISAM, a commonly used storage engine in MySQL c...

MySQL FAQ series: When to use temporary tables

Introduction to temporary tables What is a tempor...

Detailed explanation of Linux server status and performance related commands

Server Status Analysis View Linux server CPU deta...

How to install MySQL 8.0.13 in Alibaba Cloud CentOS 7

1. Download the MySQL installation package (there...

How to configure VMware virtual machine NAT mode

This article describes the VMware virtual machine...

JavaScript implements double-ended queue

This article example shares the specific code of ...

How to handle spaces in CSS

1. Space rules Whitespace within HTML code is usu...

A brief discussion on JS prototype and prototype chain

Table of contents 1. Prototype 2. Prototype point...