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

Blog    

Recommend

HTML Learning Notes--Detailed Explanation of HTML Syntax (Must Read)

1. What is HTML markup language? HTML is a markup...

How to operate the check box in HTML page

Checkboxes are very common on web pages. Whether ...

JavaScript imitates Xiaomi carousel effect

This article is a self-written imitation of the X...

A detailed explanation of how React Fiber works

Table of contents What is React Fiber? Why React ...

How to prevent computer slowdown when WIN10 has multiple databases installed

Enable the service when you need it, and disable ...

WeChat applet custom tabbar component

This article shares the specific code of the WeCh...

Detailed explanation of Alibaba Cloud security rule configuration

Two days ago, I took advantage of the Double 11 s...

Summary of common MySQL table design errors

Table of contents Mistake 1: Too many columns of ...

OpenSSL implements two-way authentication tutorial (with server and client code)

1. Background 1.1 Problems A recent product testi...

How to build LNMP environment on Ubuntu 20.04

Simple description Since it was built with Centos...

How to deploy the crownblog project to Alibaba Cloud using docker

Front-end project packaging Find .env.production ...

A brief analysis of Linux network programming functions

Table of contents 1. Create a socket 2. Bind sock...

Analysis of the differences between Iframe and FRAME

1. Use of Iframe tag <br />When it comes to ...